Html Css Color HEX #42989F Blue Chill

📋 copy color: '#42989F'

red 66 ◦ green 152 ◦ blue 159

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

Shades of Blue Chill #42989F

Tints of Blue Chill #42989F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.18%

R = 17.51%
G = 40.32%
B = 42.18%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42989F (or 0x42989F) is known color: Blue Chill. HEX triplet: 42, 98 and 9F. RGB value is (66,152,159). Sum of RGB (Red+Green+Blue) = 66+152+159=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #42989F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42989F is #BD6760. Grayscale: #7E7E7E. Windows color (decimal): -12412769 or 10459202. OLE color: 10459202.

HSL color Cylindrical-coordinate representation of color #42989F: hue angle of 184.52º 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 #42989F is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 152 159 -
CMYK 0.58 0.04 0 0.38
HSL 184.52º 0.41% 0.44% -
HSV(B) 184.52º 0.58% 0.62% -
XYZ 19.73 26.12 36.8 -
YUV 127.08 146.01 84.43 -
System Red Green Blue C M Y K H S L
Decimal 66 152 159 0.58 0.04 0 0.38 184.52 0.41 0.44
Hex 42 98 9F 3A 4 0 26 B9 29 2C
Octal 102 230 237 72 4 0 46 271 51 54
Binary 1000010 10011000 10011111 111010 100 0 100110 10111001 101001 101100

Color Harmonies of #42989F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42989F

Black with #42989F

Text Example


Text Example

White with #42989F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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