#36B3C9

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

Shades of Viking #36B3C9

Tints of Viking #36B3C9

Color information

#36B3C9 (or 0x36B3C9) is unknown color: approx Viking. HEX triplet: 36, B3 and C9. RGB value is (54,179,201). Sum of RGB (Red+Green+Blue) = 54+179+201=434 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.44% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 201 - color contains mainly: blue. Hex color #36B3C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36B3C9 is #C94C36. Grayscale: #8F8F8F. Windows color (decimal): -13192247 or 13218614. OLE color: 13218614.

HSL color Cylindrical-coordinate representation of color #36B3C9: hue angle of 188.98º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36B3C9 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB54179201-
CMYK0.730.1100.21
HSL188.98º57.65%50%-
HSV(B)188.98º73.13%78.82%-
XYZ28.1837.2460.96-
YUV144.13160.0963.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.44%
GREEN value IS 179 (70.31% from 255) = 41.24%
BLUE value IS 201 (78.91% from 255) = 46.31%
R=12.44%
G=41.24%
B=46.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal541792010.730.1100.21188.9857.6550
Hex36B3C949B015bd3a32
Octal66263311111130252757262
Binary11011010110011110010011001001101101010110111101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36B3C9; }

 p { color: rgb(54,179,201); }

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

<style>
 a { background-color: #36B3C9; }

 a { background-color: rgb(54,179,201); }

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

<style>
 span { border-color: #36B3C9; }

 span { border-color: rgb(54,179,201); }

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