#428890

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

Shades of Blue Chill #428890

Tints of Blue Chill #428890

Color information

#428890 (or 0x428890) is unknown color: approx Blue Chill. HEX triplet: 42, 88 and 90. RGB value is (66,136,144). Sum of RGB (Red+Green+Blue) = 66+136+144=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #428890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428890 is #BD776F. Grayscale: #737373. Windows color (decimal): -12416880 or 9472066. OLE color: 9472066.

HSL color Cylindrical-coordinate representation of color #428890: hue angle of 186.15º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428890 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB66136144-
CMYK0.540.0600.44
HSL186.15º37.14%41.18%-
HSV(B)186.15º54.17%56.47%-
XYZ16.0820.7829.55-
YUV115.98143.8192.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 144 (56.64% from 255) = 41.62%
R=19.08%
G=39.31%
B=41.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal661361440.540.0600.44186.1537.1441.18
Hex42889036602Cba2529
Octal1022102206660542724551
Binary10000101000100010010000110110110010110010111010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428890; }

 p { color: rgb(66,136,144); }

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

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

 a { background-color: rgb(66,136,144); }

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

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

 span { border-color: rgb(66,136,144); }

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