#42868E

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

Shades of Blue Chill #42868E

Tints of Blue Chill #42868E

Color information

#42868E (or 0x42868E) is unknown color: approx Blue Chill. HEX triplet: 42, 86 and 8E. RGB value is (66,134,142). Sum of RGB (Red+Green+Blue) = 66+134+142=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #42868E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42868E is #BD7971. Grayscale: #727272. Windows color (decimal): -12417394 or 9340482. OLE color: 9340482.

HSL color Cylindrical-coordinate representation of color #42868E: hue angle of 186.32º 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 #42868E is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB66134142-
CMYK0.540.0600.44
HSL186.32º36.54%40.78%-
HSV(B)186.32º53.52%55.69%-
XYZ15.6520.1628.66-
YUV114.58143.4793.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.30%
GREEN value IS 134 (52.73% from 255) = 39.18%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=19.30%
G=39.18%
B=41.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661341420.540.0600.44186.3236.5440.78
Hex42868E36602Cba2529
Octal1022062166660542724551
Binary10000101000011010001110110110110010110010111010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42868E; }

 p { color: rgb(66,134,142); }

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

<style>
 a { background-color: #42868E; }

 a { background-color: rgb(66,134,142); }

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

<style>
 span { border-color: #42868E; }

 span { border-color: rgb(66,134,142); }

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