#3BADB4

Color #3BADB4 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #3BADB4

Tints of Viking #3BADB4

Color information

#3BADB4 (or 0x3BADB4) is unknown color: approx Viking. HEX triplet: 3B, AD and B4. RGB value is (59,173,180). Sum of RGB (Red+Green+Blue) = 59+173+180=412 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.32% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 180 - color contains mainly: blue. Hex color #3BADB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BADB4 is #C4524B. Grayscale: #8B8B8B. Windows color (decimal): -12866124 or 11840827. OLE color: 11840827.

HSL color Cylindrical-coordinate representation of color #3BADB4: hue angle of 183.47º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BADB4 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB59173180-
CMYK0.670.0400.29
HSL183.47º50.63%46.86%-
HSV(B)183.47º67.22%70.59%-
XYZ24.9934.1148.45-
YUV139.71150.7370.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 14.32%
GREEN value IS 173 (67.97% from 255) = 41.99%
BLUE value IS 180 (70.70% from 255) = 43.69%
R=14.32%
G=41.99%
B=43.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal591731800.670.0400.29183.4750.6346.86
Hex3BADB443401Db7332f
Octal7325526410340352676357
Binary1110111010110110110100100001110001110110110111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BADB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BADB4; }

 p { color: rgb(59,173,180); }

 H1.HeaderClassName
 {
   color: #3BADB4;
 }
 .AnyTagClassName
 {
   color: #3BADB4;
 }
</style>
background-color css

<style>
 a { background-color: #3BADB4; }

 a { background-color: rgb(59,173,180); }

 div.DivClassName
 {
   background-color: #3BADB4;
 }
 .BgClassName
 {
   background-color: #3BADB4;
 }
</style>
border-color css

<style>
 span { border-color: #3BADB4; }

 span { border-color: rgb(59,173,180); }

 td.TdClassName
 {
   border-color: #3BADB4;
 }
 .TagClassName
 {
   border-color: #3BADB4;
 }
</style>