#37BCC8

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

Shades of Viking #37BCC8

Tints of Viking #37BCC8

Color information

#37BCC8 (or 0x37BCC8) is unknown color: approx Viking. HEX triplet: 37, BC and C8. RGB value is (55,188,200). Sum of RGB (Red+Green+Blue) = 55+188+200=443 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.42% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 200 - color contains mainly: blue. Hex color #37BCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BCC8 is #C84337. Grayscale: #959595. Windows color (decimal): -13124408 or 13155383. OLE color: 13155383.

HSL color Cylindrical-coordinate representation of color #37BCC8: hue angle of 184.97º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37BCC8 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB55188200-
CMYK0.720.0600.22
HSL184.97º56.86%50%-
HSV(B)184.97º72.5%78.43%-
XYZ29.9840.9560.97-
YUV149.6156.4460.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.42%
GREEN value IS 188 (73.83% from 255) = 42.44%
BLUE value IS 200 (78.52% from 255) = 45.15%
R=12.42%
G=42.44%
B=45.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal551882000.720.0600.22184.9756.8650
Hex37BCC8486016b93932
Octal6727431011060262717162
Binary1101111011110011001000100100011001011010111001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,188,200); }

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

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

 a { background-color: rgb(55,188,200); }

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

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

 span { border-color: rgb(55,188,200); }

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