#42989F

Color #42989F Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #42989F

Tints of Blue Chill #42989F

Color information

#42989F (or 0x42989F) is unknown color: approx 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

RGB66152159-
CMYK0.580.0400.38
HSL184.52º41.33%44.12%-
HSV(B)184.52º58.49%62.35%-
XYZ19.7326.1236.8-
YUV127.08146.0184.43-

RGB Variations

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

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 (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661521590.580.0400.38184.5241.3344.12
Hex42989F3A4026b9292c
Octal1022302377240462715154
Binary10000101001100010011111111010100010011010111001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42989F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>