#42888B

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

Shades of Blue Chill #42888B

Tints of Blue Chill #42888B

Color information

#42888B (or 0x42888B) is unknown color: approx Blue Chill. HEX triplet: 42, 88 and 8B. RGB value is (66,136,139). Sum of RGB (Red+Green+Blue) = 66+136+139=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #42888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42888B is #BD7774. Grayscale: #737373. Windows color (decimal): -12416885 or 9144386. OLE color: 9144386.

HSL color Cylindrical-coordinate representation of color #42888B: hue angle of 182.47º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42888B is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB66136139-
CMYK0.530.0200.45
HSL182.47º35.61%40.2%-
HSV(B)182.47º52.52%54.51%-
XYZ15.7120.6327.58-
YUV115.41141.3192.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.35%
GREEN value IS 136 (53.52% from 255) = 39.88%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=19.35%
G=39.88%
B=40.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661361390.530.0200.45182.4735.6140.2
Hex42888B35202Db62428
Octal1022102136520552664450
Binary1000010100010001000101111010110010110110110110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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