#37B9CA

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

Shades of Viking #37B9CA

Tints of Viking #37B9CA

Color information

#37B9CA (or 0x37B9CA) is unknown color: approx Viking. HEX triplet: 37, B9 and CA. RGB value is (55,185,202). Sum of RGB (Red+Green+Blue) = 55+185+202=442 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.44% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #37B9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37B9CA is #C84635. Grayscale: #939393. Windows color (decimal): -13125174 or 13285687. OLE color: 13285687.

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

Color convert

RGB55185202-
CMYK0.730.0800.21
HSL186.94º58.1%50.39%-
HSV(B)186.94º72.77%79.22%-
XYZ29.5939.7762-
YUV148.07158.4361.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.44%
GREEN value IS 185 (72.66% from 255) = 41.86%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=12.44%
G=41.86%
B=45.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal551852020.730.0800.21186.9458.150.39
Hex37B9CA498015bb3a32
Octal67271312111100252737262
Binary11011110111001110010101001001100001010110111011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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