#37B8CA

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

Shades of Viking #37B8CA

Tints of Viking #37B8CA

Color information

#37B8CA (or 0x37B8CA) is unknown color: approx Viking. HEX triplet: 37, B8 and CA. RGB value is (55,184,202). Sum of RGB (Red+Green+Blue) = 55+184+202=441 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.47% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #37B8CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37B8CA is #C84735. Grayscale: #939393. Windows color (decimal): -13125430 or 13285431. OLE color: 13285431.

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

Color convert

RGB55184202-
CMYK0.730.0900.21
HSL187.35º58.1%50.39%-
HSV(B)187.35º72.77%79.22%-
XYZ29.3839.3661.93-
YUV147.48158.7662.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.47%
GREEN value IS 184 (72.27% from 255) = 41.72%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=12.47%
G=41.72%
B=45.80%

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
Decimal551842020.730.0900.21187.3558.150.39
Hex37B8CA499015bb3a32
Octal67270312111110252737262
Binary11011110111000110010101001001100101010110111011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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