#37A5C3

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

Shades of Viking #37A5C3

Tints of Viking #37A5C3

Color information

#37A5C3 (or 0x37A5C3) is unknown color: approx Viking. HEX triplet: 37, A5 and C3. RGB value is (55,165,195). Sum of RGB (Red+Green+Blue) = 55+165+195=415 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.25% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #37A5C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37A5C3 is #C85A3C. Grayscale: #878787. Windows color (decimal): -13130301 or 12821815. OLE color: 12821815.

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

Color convert

RGB55165195-
CMYK0.720.1500.24
HSL192.86º56%49.02%-
HSV(B)192.86º71.79%76.47%-
XYZ24.8831.6656.43-
YUV135.53161.5670.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.25%
GREEN value IS 165 (64.84% from 255) = 39.76%
BLUE value IS 195 (76.56% from 255) = 46.99%
R=13.25%
G=39.76%
B=46.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal551651950.720.1500.24192.865649.02
Hex37A5C348F018c13831
Octal67245303110170303017061
Binary11011110100101110000111001000111101100011000001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,165,195); }

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

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

 a { background-color: rgb(55,165,195); }

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

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

 span { border-color: rgb(55,165,195); }

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