Html Css Color HEX #42868E Blue Chill

📋 copy color: '#42868E'

red 66 ◦ green 134 ◦ blue 142

#42868E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #42868E

Tints of Blue Chill #42868E

RGB

 RED value IS 66 (26.17% from 255) = 19.3%

 GREEN value IS 134 (52.73% from 255) = 39.18%

 BLUE value IS 142 (55.86% from 255) = 41.52%

R = 19.3%
G = 39.18%
B = 41.52%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#42868E (or 0x42868E) is known color: 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

RGB 66 134 142 -
CMYK 0.54 0.06 0 0.44
HSL 186.32º 0.37% 0.41% -
HSV(B) 186.32º 0.54% 0.56% -
XYZ 15.65 20.16 28.66 -
YUV 114.58 143.47 93.35 -
System Red Green Blue C M Y K H S L
Decimal 66 134 142 0.54 0.06 0 0.44 186.32 0.37 0.41
Hex 42 86 8E 36 6 0 2C BA 25 29
Octal 102 206 216 66 6 0 54 272 45 51
Binary 1000010 10000110 10001110 110110 110 0 101100 10111010 100101 101001

Color Harmonies of #42868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42868E

Black with #42868E

Text Example


Text Example

White with #42868E

Text Example


Text Example

HTML Codes & Css Web 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>