#36B8CA

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

Shades of Viking #36B8CA

Tints of Viking #36B8CA

Color information

#36B8CA (or 0x36B8CA) is unknown color: approx Viking. HEX triplet: 36, B8 and CA. RGB value is (54,184,202). Sum of RGB (Red+Green+Blue) = 54+184+202=440 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.27% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #36B8CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36B8CA is #C94735. Grayscale: #929292. Windows color (decimal): -13190966 or 13285430. OLE color: 13285430.

HSL color Cylindrical-coordinate representation of color #36B8CA: hue angle of 187.3º 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 #36B8CA is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB54184202-
CMYK0.730.0900.21
HSL187.3º58.27%50.2%-
HSV(B)187.3º73.27%79.22%-
XYZ29.3239.3361.92-
YUV147.18158.9361.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 12.27%
GREEN value IS 184 (72.27% from 255) = 41.82%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=12.27%
G=41.82%
B=45.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal541842020.730.0900.21187.358.2750.2
Hex36B8CA499015bb3a32
Octal66270312111110252737262
Binary11011010111000110010101001001100101010110111011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,184,202); }

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

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

 a { background-color: rgb(54,184,202); }

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

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

 span { border-color: rgb(54,184,202); }

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