#37AEBF

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

Shades of Viking #37AEBF

Tints of Viking #37AEBF

Color information

#37AEBF (or 0x37AEBF) is unknown color: approx Viking. HEX triplet: 37, AE and BF. RGB value is (55,174,191). Sum of RGB (Red+Green+Blue) = 55+174+191=420 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.10% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #37AEBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37AEBF is #C85140. Grayscale: #8C8C8C. Windows color (decimal): -13128001 or 12561975. OLE color: 12561975.

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

Color convert

RGB55174191-
CMYK0.710.0900.25
HSL187.5º55.28%48.24%-
HSV(B)187.5º71.2%74.9%-
XYZ26.1234.8554.64-
YUV140.36156.5867.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.10%
GREEN value IS 174 (68.36% from 255) = 41.43%
BLUE value IS 191 (75% from 255) = 45.48%
R=13.10%
G=41.43%
B=45.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal551741910.710.0900.25187.555.2848.24
Hex37AEBF479019bc3730
Octal67256277107110312746760
Binary11011110101110101111111000111100101100110111100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,174,191); }

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

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

 a { background-color: rgb(55,174,191); }

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

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

 span { border-color: rgb(55,174,191); }

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