#428B8D

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

Shades of Blue Chill #428B8D

Tints of Blue Chill #428B8D

Color information

#428B8D (or 0x428B8D) is unknown color: approx Blue Chill. HEX triplet: 42, 8B and 8D. RGB value is (66,139,141). Sum of RGB (Red+Green+Blue) = 66+139+141=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #428B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428B8D is #BD7472. Grayscale: #757575. Windows color (decimal): -12416115 or 9276226. OLE color: 9276226.

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

Color convert

RGB66139141-
CMYK0.530.0100.45
HSL181.6º36.23%40.59%-
HSV(B)181.6º53.19%55.29%-
XYZ16.2921.5528.5-
YUV117.4141.3291.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 139 (54.69% from 255) = 40.17%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=19.08%
G=40.17%
B=40.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661391410.530.0100.45181.636.2340.59
Hex428B8D35102Db62429
Octal1022132156510552664451
Binary100001010001011100011011101011010110110110110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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