#37AAC8

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

Shades of Viking #37AAC8

Tints of Viking #37AAC8

Color information

#37AAC8 (or 0x37AAC8) is unknown color: approx Viking. HEX triplet: 37, AA and C8. RGB value is (55,170,200). Sum of RGB (Red+Green+Blue) = 55+170+200=425 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.94% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 200 - color contains mainly: blue. Hex color #37AAC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37AAC8 is #C85537. Grayscale: #8A8A8A. Windows color (decimal): -13129016 or 13150775. OLE color: 13150775.

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

Color convert

RGB55170200-
CMYK0.720.1500.22
HSL192.41º56.86%50%-
HSV(B)192.41º72.5%78.43%-
XYZ26.3833.7359.76-
YUV139.04162.468.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.94%
GREEN value IS 170 (66.80% from 255) = 40%
BLUE value IS 200 (78.52% from 255) = 47.06%
R=12.94%
G=40%
B=47.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal551702000.720.1500.22192.4156.8650
Hex37AAC848F016c03932
Octal67252310110170263007162
Binary11011110101010110010001001000111101011011000000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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