Html Css Color HEX #42888D Blue Chill

📋 copy color: '#42888D'

red 66 ◦ green 136 ◦ blue 141

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

Shades of Blue Chill #42888D

Tints of Blue Chill #42888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.65%

 BLUE value IS 141 (55.47% from 255) = 41.11%

R = 19.24%
G = 39.65%
B = 41.11%

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

#42888D (or 0x42888D) is known color: Blue Chill. HEX triplet: 42, 88 and 8D. RGB value is (66,136,141). Sum of RGB (Red+Green+Blue) = 66+136+141=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #42888D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42888D is #BD7772. Grayscale: #737373. Windows color (decimal): -12416883 or 9275458. OLE color: 9275458.

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

Color convert

RGB 66 136 141 -
CMYK 0.53 0.04 0 0.45
HSL 184º 0.36% 0.41% -
HSV(B) 184º 0.53% 0.55% -
XYZ 15.86 20.69 28.36 -
YUV 115.64 142.31 92.59 -
System Red Green Blue C M Y K H S L
Decimal 66 136 141 0.53 0.04 0 0.45 184 0.36 0.41
Hex 42 88 8D 35 4 0 2D B8 24 29
Octal 102 210 215 65 4 0 55 270 44 51
Binary 1000010 10001000 10001101 110101 100 0 101101 10111000 100100 101001

Color Harmonies of #42888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42888D

Black with #42888D

Text Example


Text Example

White with #42888D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42888D;
 }
 .AnyTagClassName
 {
   color: #42888D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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