#37A5DC

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

Shades of Summer Sky #37A5DC

Tints of Summer Sky #37A5DC

Color information

#37A5DC (or 0x37A5DC) is unknown color: approx Summer Sky. HEX triplet: 37, A5 and DC. RGB value is (55,165,220). Sum of RGB (Red+Green+Blue) = 55+165+220=440 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.5% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #37A5DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37A5DC is #C85A23. Grayscale: #8A8A8A. Windows color (decimal): -13130276 or 14460215. OLE color: 14460215.

HSL color Cylindrical-coordinate representation of color #37A5DC: hue angle of 200º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37A5DC is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB55165220-
CMYK0.750.2500.14
HSL200º70.21%53.92%-
HSV(B)200º75%86.27%-
XYZ27.9532.8972.59-
YUV138.38174.0668.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.5%
GREEN value IS 165 (64.84% from 255) = 37.5%
BLUE value IS 220 (86.33% from 255) = 50%
R=12.5%
G=37.5%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal551652200.750.2500.1420070.2153.92
Hex37A5DC4B190Ec84636
Octal672453341133101631010666
Binary110111101001011101110010010111100101110110010001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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