#425671

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

Shades of Chambray #425671

Tints of Chambray #425671

Color information

#425671 (or 0x425671) is unknown color: approx Chambray. HEX triplet: 42, 56 and 71. RGB value is (66,86,113). Sum of RGB (Red+Green+Blue) = 66+86+113=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #425671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425671 is #BDA98E. Grayscale: #525252. Windows color (decimal): -12429711 or 7427650. OLE color: 7427650.

HSL color Cylindrical-coordinate representation of color #425671: hue angle of 214.47º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425671 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6686113-
CMYK0.420.2400.56
HSL214.47º26.26%35.1%-
HSV(B)214.47º41.59%44.31%-
XYZ8.569.0116.91-
YUV83.1144.87115.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 113 (44.53% from 255) = 42.64%
R=24.91%
G=32.45%
B=42.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66861130.420.2400.56214.4726.2635.1
Hex4256712A18038d61a23
Octal10212616152300703263243
Binary1000010101011011100011010101100001110001101011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425671; }

 p { color: rgb(66,86,113); }

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

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

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

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

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

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

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