#37B7C8

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

Shades of Viking #37B7C8

Tints of Viking #37B7C8

Color information

#37B7C8 (or 0x37B7C8) is unknown color: approx Viking. HEX triplet: 37, B7 and C8. RGB value is (55,183,200). Sum of RGB (Red+Green+Blue) = 55+183+200=438 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.56% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 200 - color contains mainly: blue. Hex color #37B7C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37B7C8 is #C84837. Grayscale: #929292. Windows color (decimal): -13125688 or 13154103. OLE color: 13154103.

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

Color convert

RGB55183200-
CMYK0.720.0800.22
HSL187.03º56.86%50%-
HSV(B)187.03º72.5%78.43%-
XYZ28.9338.8560.62-
YUV146.67158.0962.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.56%
GREEN value IS 183 (71.88% from 255) = 41.78%
BLUE value IS 200 (78.52% from 255) = 45.66%
R=12.56%
G=41.78%
B=45.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal551832000.720.0800.22187.0356.8650
Hex37B7C8488016bb3932
Octal67267310110100262737162
Binary11011110110111110010001001000100001011010111011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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