#37B1BC

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

Shades of Viking #37B1BC

Tints of Viking #37B1BC

Color information

#37B1BC (or 0x37B1BC) is unknown color: approx Viking. HEX triplet: 37, B1 and BC. RGB value is (55,177,188). Sum of RGB (Red+Green+Blue) = 55+177+188=420 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.10% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #37B1BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37B1BC is #C84E43. Grayscale: #8D8D8D. Windows color (decimal): -13127236 or 12366135. OLE color: 12366135.

HSL color Cylindrical-coordinate representation of color #37B1BC: hue angle of 184.96º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37B1BC is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB55177188-
CMYK0.710.0600.26
HSL184.96º54.73%47.65%-
HSV(B)184.96º70.74%73.73%-
XYZ26.3735.8953.11-
YUV141.78154.0866.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.10%
GREEN value IS 177 (69.53% from 255) = 42.14%
BLUE value IS 188 (73.83% from 255) = 44.76%
R=13.10%
G=42.14%
B=44.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal551771880.710.0600.26184.9654.7347.65
Hex37B1BC47601Ab93730
Octal6726127410760322716760
Binary1101111011000110111100100011111001101010111001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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