Html Css Color HEX #42888B Blue Chill

📋 copy color: '#42888B'

red 66 ◦ green 136 ◦ blue 139

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

Shades of Blue Chill #42888B

Tints of Blue Chill #42888B

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 value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42888B (or 0x42888B) is known color: 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

RGB 66 136 139 -
CMYK 0.53 0.02 0 0.45
HSL 182.47º 0.36% 0.4% -
HSV(B) 182.47º 0.53% 0.55% -
XYZ 15.71 20.63 27.58 -
YUV 115.41 141.31 92.76 -
System Red Green Blue C M Y K H S L
Decimal 66 136 139 0.53 0.02 0 0.45 182.47 0.36 0.4
Hex 42 88 8B 35 2 0 2D B6 24 28
Octal 102 210 213 65 2 0 55 266 44 50
Binary 1000010 10001000 10001011 110101 10 0 101101 10110110 100100 101000

Color Harmonies of #42888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42888B

Black with #42888B

Text Example


Text Example

White with #42888B

Text Example


Text Example

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