#37AFBE

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

Shades of Viking #37AFBE

Tints of Viking #37AFBE

Color information

#37AFBE (or 0x37AFBE) is unknown color: approx Viking. HEX triplet: 37, AF and BE. RGB value is (55,175,190). Sum of RGB (Red+Green+Blue) = 55+175+190=420 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.10% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #37AFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37AFBE is #C85041. Grayscale: #8C8C8C. Windows color (decimal): -13127746 or 12496695. OLE color: 12496695.

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

Color convert

RGB55175190-
CMYK0.710.0800.25
HSL186.67º55.1%48.04%-
HSV(B)186.67º71.05%74.51%-
XYZ26.235.1954.13-
YUV140.83155.7466.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.10%
GREEN value IS 175 (68.75% from 255) = 41.67%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=13.10%
G=41.67%
B=45.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal551751900.710.0800.25186.6755.148.04
Hex37AFBE478019bb3730
Octal67257276107100312736760
Binary11011110101111101111101000111100001100110111011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,175,190); }

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

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

 a { background-color: rgb(55,175,190); }

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

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

 span { border-color: rgb(55,175,190); }

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