#428D8D

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

Shades of Blue Chill #428D8D

Tints of Blue Chill #428D8D

Color information

#428D8D (or 0x428D8D) is unknown color: approx Blue Chill. HEX triplet: 42, 8D and 8D. RGB value is (66,141,141). Sum of RGB (Red+Green+Blue) = 66+141+141=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #428D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428D8D is #BD7272. Grayscale: #767676. Windows color (decimal): -12415603 or 9276738. OLE color: 9276738.

HSL color Cylindrical-coordinate representation of color #428D8D: hue angle of 180º 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 #428D8D is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB66141141-
CMYK0.53000.45
HSL180º36.23%40.59%-
HSV(B)180º53.19%55.29%-
XYZ16.5822.1328.6-
YUV118.57140.6590.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.97%
GREEN value IS 141 (55.47% from 255) = 40.52%
BLUE value IS 141 (55.47% from 255) = 40.52%
R=18.97%
G=40.52%
B=40.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661411410.53000.4518036.2340.59
Hex428D8D35002Db42429
Octal1022152156500552644451
Binary100001010001101100011011101010010110110110100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428D8D; }

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

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

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

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

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

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

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

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