#428B8B

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

Shades of Blue Chill #428B8B

Tints of Blue Chill #428B8B

Color information

#428B8B (or 0x428B8B) is unknown color: approx Blue Chill. HEX triplet: 42, 8B and 8B. RGB value is (66,139,139). Sum of RGB (Red+Green+Blue) = 66+139+139=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #428B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428B8B is #BD7474. Grayscale: #757575. Windows color (decimal): -12416117 or 9145154. OLE color: 9145154.

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

Color convert

RGB66139139-
CMYK0.53000.45
HSL180º35.61%40.2%-
HSV(B)180º52.52%54.51%-
XYZ16.1421.4927.72-
YUV117.17140.3291.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.19%
GREEN value IS 139 (54.69% from 255) = 40.41%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=19.19%
G=40.41%
B=40.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661391390.53000.4518035.6140.2
Hex428B8B35002Db42428
Octal1022132136500552644450
Binary100001010001011100010111101010010110110110100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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