Html Css Color HEX #42988E Blue Chill

📋 copy color: '#42988E'

red 66 ◦ green 152 ◦ blue 142

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

Shades of Blue Chill #42988E

Tints of Blue Chill #42988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.22%

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

R = 18.33%
G = 42.22%
B = 39.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#42988E (or 0x42988E) is known color: Blue Chill. HEX triplet: 42, 98 and 8E. RGB value is (66,152,142). Sum of RGB (Red+Green+Blue) = 66+152+142=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #42988E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42988E is #BD6771. Grayscale: #7D7D7D. Windows color (decimal): -12412786 or 9345090. OLE color: 9345090.

HSL color Cylindrical-coordinate representation of color #42988E: hue angle of 173.02º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42988E is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 152 142 -
CMYK 0.57 0 0.07 0.40
HSL 173.02º 0.39% 0.43% -
HSV(B) 173.02º 0.57% 0.6% -
XYZ 18.36 25.57 29.56 -
YUV 125.15 137.51 85.81 -
System Red Green Blue C M Y K H S L
Decimal 66 152 142 0.57 0 0.07 0.40 173.02 0.39 0.43
Hex 42 98 8E 39 0 7 28 AD 27 2B
Octal 102 230 216 71 0 7 50 255 47 53
Binary 1000010 10011000 10001110 111001 0 111 101000 10101101 100111 101011

Color Harmonies of #42988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42988E

Black with #42988E

Text Example


Text Example

White with #42988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42988E;
 }
 .AnyTagClassName
 {
   color: #42988E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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