#3BBDC9

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

Shades of Viking #3BBDC9

Tints of Viking #3BBDC9

Color information

#3BBDC9 (or 0x3BBDC9) is unknown color: approx Viking. HEX triplet: 3B, BD and C9. RGB value is (59,189,201). Sum of RGB (Red+Green+Blue) = 59+189+201=449 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.14% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #3BBDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBDC9 is #C44236. Grayscale: #979797. Windows color (decimal): -12862007 or 13221179. OLE color: 13221179.

HSL color Cylindrical-coordinate representation of color #3BBDC9: hue angle of 185.07º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BBDC9 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB59189201-
CMYK0.710.0600.21
HSL185.07º56.8%50.98%-
HSV(B)185.07º70.65%78.82%-
XYZ30.5441.5461.67-
YUV151.5155.9362.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.14%
GREEN value IS 189 (74.22% from 255) = 42.09%
BLUE value IS 201 (78.91% from 255) = 44.77%
R=13.14%
G=42.09%
B=44.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal591892010.710.0600.21185.0756.850.98
Hex3BBDC9476015b93933
Octal7327531110760252717163
Binary1110111011110111001001100011111001010110111001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,189,201); }

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

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

 a { background-color: rgb(59,189,201); }

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

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

 span { border-color: rgb(59,189,201); }

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