Html Css Color HEX #42989D Blue Chill

📋 copy color: '#42989D'

red 66 ◦ green 152 ◦ blue 157

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

Shades of Blue Chill #42989D

Tints of Blue Chill #42989D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 17.6%
G = 40.53%
B = 41.87%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42989D (or 0x42989D) is known color: Blue Chill. HEX triplet: 42, 98 and 9D. RGB value is (66,152,157). Sum of RGB (Red+Green+Blue) = 66+152+157=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #42989D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42989D is #BD6762. Grayscale: #7E7E7E. Windows color (decimal): -12412771 or 10328130. OLE color: 10328130.

HSL color Cylindrical-coordinate representation of color #42989D: hue angle of 183.3º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42989D is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 152 157 -
CMYK 0.58 0.03 0 0.38
HSL 183.3º 0.41% 0.44% -
HSV(B) 183.3º 0.58% 0.62% -
XYZ 19.56 26.05 35.9 -
YUV 126.86 145.01 84.59 -
System Red Green Blue C M Y K H S L
Decimal 66 152 157 0.58 0.03 0 0.38 183.3 0.41 0.44
Hex 42 98 9D 3A 3 0 26 B7 29 2C
Octal 102 230 235 72 3 0 46 267 51 54
Binary 1000010 10011000 10011101 111010 11 0 100110 10110111 101001 101100

Color Harmonies of #42989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42989D

Black with #42989D

Text Example


Text Example

White with #42989D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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