#37a2c4

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

Shades of Viking #37A2C4

Tints of Viking #37A2C4

Color information

#37A2C4 (or 0x37A2C4) is unknown color: approx Viking. HEX triplet: 37, A2 and C4. RGB value is (55,162,196). Sum of RGB (Red+Green+Blue) = 55+162+196=413 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.32% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 196 (76.95% from 255 or 47.46% from 413); Max value from RGB is 196 - color contains mainly: blue. Hex color #37A2C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37A2C4 is #C85D3B. Grayscale: #858585. Windows color (decimal): -13131068 or 12886583. OLE color: 12886583.

HSL color Cylindrical-coordinate representation of color #37A2C4: hue angle of 194.47º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37A2C4 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB55162196-
CMYK0.720.1700.23
HSL194.47º56.18%49.22%-
HSV(B)194.47º71.94%76.86%-
XYZ24.4630.6456.85-
YUV133.88163.0571.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.32%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 196 (76.95% from 255) = 47.46%
R=13.32%
G=39.23%
B=47.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal551621960.720.1700.23194.4756.1849.22
Hex37A2C44811017c23831
Octal67242304110210273027061
Binary110111101000101100010010010001000101011111000010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37a2c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,162,196); }

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

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

 a { background-color: rgb(55,162,196); }

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

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

 span { border-color: rgb(55,162,196); }

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