Html Css Color HEX #42878C Blue Chill

📋 copy color: '#42878C'

red 66 ◦ green 135 ◦ blue 140

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

Shades of Blue Chill #42878C

Tints of Blue Chill #42878C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.59%

 BLUE value IS 140 (55.08% from 255) = 41.06%

R = 19.35%
G = 39.59%
B = 41.06%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42878C (or 0x42878C) is known color: Blue Chill. HEX triplet: 42, 87 and 8C. RGB value is (66,135,140). Sum of RGB (Red+Green+Blue) = 66+135+140=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #42878C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42878C is #BD7873. Grayscale: #727272. Windows color (decimal): -12417140 or 9209666. OLE color: 9209666.

HSL color Cylindrical-coordinate representation of color #42878C: hue angle of 184.05º 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 #42878C is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 135 140 -
CMYK 0.53 0.04 0 0.45
HSL 184.05º 0.36% 0.4% -
HSV(B) 184.05º 0.53% 0.55% -
XYZ 15.64 20.38 27.92 -
YUV 114.94 142.14 93.09 -
System Red Green Blue C M Y K H S L
Decimal 66 135 140 0.53 0.04 0 0.45 184.05 0.36 0.4
Hex 42 87 8C 35 4 0 2D B8 24 28
Octal 102 207 214 65 4 0 55 270 44 50
Binary 1000010 10000111 10001100 110101 100 0 101101 10111000 100100 101000

Color Harmonies of #42878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42878C

Black with #42878C

Text Example


Text Example

White with #42878C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42878C; }

 p { color: rgb(66,135,140); }

 H1.HeaderClassName
 {
   color: #42878C;
 }
 .AnyTagClassName
 {
   color: #42878C;
 }
</style>

background-color css

<style>
 a { background-color: #42878C; }

 a { background-color: rgb(66,135,140); }

 div.DivClassName
 {
   background-color: #42878C;
 }
 .BgClassName
 {
   background-color: #42878C;
 }
</style>

border-color css

<style>
 span { border-color: #42878C; }

 span { border-color: rgb(66,135,140); }

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