#42A5A2

Color #42A5A2 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #42A5A2

Tints of Blue Chill #42A5A2

Color information

#42A5A2 (or 0x42A5A2) is unknown color: approx Blue Chill. HEX triplet: 42, A5 and A2. RGB value is (66,165,162). Sum of RGB (Red+Green+Blue) = 66+165+162=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 165 - color contains mainly: green. Hex color #42A5A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A5A2 is #BD5A5D. Grayscale: #868686. Windows color (decimal): -12409438 or 10659138. OLE color: 10659138.

HSL color Cylindrical-coordinate representation of color #42A5A2: hue angle of 178.18º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A5A2 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB66165162-
CMYK0.6000.020.35
HSL178.18º42.86%45.29%-
HSV(B)178.18º60%64.71%-
XYZ22.2230.6838.93-
YUV135.06143.278.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.79%
GREEN value IS 165 (64.84% from 255) = 41.98%
BLUE value IS 162 (63.67% from 255) = 41.22%
R=16.79%
G=41.98%
B=41.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661651620.6000.020.35178.1842.8645.29
Hex42A5A23C0223b22b2d
Octal1022452427402432625355
Binary1000010101001011010001011110001010001110110010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A5A2; }

 p { color: rgb(66,165,162); }

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

<style>
 a { background-color: #42A5A2; }

 a { background-color: rgb(66,165,162); }

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

<style>
 span { border-color: #42A5A2; }

 span { border-color: rgb(66,165,162); }

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