#42908B

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

Shades of Blue Chill #42908B

Tints of Blue Chill #42908B

Color information

#42908B (or 0x42908B) is unknown color: approx Blue Chill. HEX triplet: 42, 90 and 8B. RGB value is (66,144,139). Sum of RGB (Red+Green+Blue) = 66+144+139=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #42908B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42908B is #BD6F74. Grayscale: #787878. Windows color (decimal): -12414837 or 9146434. OLE color: 9146434.

HSL color Cylindrical-coordinate representation of color #42908B: hue angle of 176.15º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42908B is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB66144139-
CMYK0.5400.030.44
HSL176.15º37.14%41.18%-
HSV(B)176.15º54.17%56.47%-
XYZ16.8822.9727.97-
YUV120.11138.6689.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 144 (56.64% from 255) = 41.26%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=18.91%
G=41.26%
B=39.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661441390.5400.030.44176.1537.1441.18
Hex42908B36032Cb02529
Octal1022202136603542604551
Binary1000010100100001000101111011001110110010110000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42908B; }

 p { color: rgb(66,144,139); }

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

<style>
 a { background-color: #42908B; }

 a { background-color: rgb(66,144,139); }

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

<style>
 span { border-color: #42908B; }

 span { border-color: rgb(66,144,139); }

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