#42898D

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

Shades of Blue Chill #42898D

Tints of Blue Chill #42898D

Color information

#42898D (or 0x42898D) is unknown color: approx Blue Chill. HEX triplet: 42, 89 and 8D. RGB value is (66,137,141). Sum of RGB (Red+Green+Blue) = 66+137+141=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #42898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42898D is #BD7672. Grayscale: #747474. Windows color (decimal): -12416627 or 9275714. OLE color: 9275714.

HSL color Cylindrical-coordinate representation of color #42898D: hue angle of 183.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42898D is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB66137141-
CMYK0.530.0300.45
HSL183.2º36.23%40.59%-
HSV(B)183.2º53.19%55.29%-
XYZ1620.9728.4-
YUV116.23141.9892.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.19%
GREEN value IS 137 (53.91% from 255) = 39.83%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=19.19%
G=39.83%
B=40.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661371410.530.0300.45183.236.2340.59
Hex42898D35302Db72429
Octal1022112156530552674451
Binary1000010100010011000110111010111010110110110111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42898D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,137,141); }

 H1.HeaderClassName
 {
   color: #42898D;
 }
 .AnyTagClassName
 {
   color: #42898D;
 }
</style>
background-color css

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

 a { background-color: rgb(66,137,141); }

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

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

 span { border-color: rgb(66,137,141); }

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