#425871

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

Shades of Chambray #425871

Tints of Chambray #425871

Color information

#425871 (or 0x425871) is unknown color: approx Chambray. HEX triplet: 42, 58 and 71. RGB value is (66,88,113). Sum of RGB (Red+Green+Blue) = 66+88+113=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #425871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425871 is #BDA78E. Grayscale: #545454. Windows color (decimal): -12429199 or 7428162. OLE color: 7428162.

HSL color Cylindrical-coordinate representation of color #425871: hue angle of 211.91º 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 #425871 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6688113-
CMYK0.420.2200.56
HSL211.91º26.26%35.1%-
HSV(B)211.91º41.59%44.31%-
XYZ8.729.3316.96-
YUV84.27144.21114.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=24.72%
G=32.96%
B=42.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66881130.420.2200.56211.9126.2635.1
Hex4258712A16038d41a23
Octal10213016152260703243243
Binary1000010101100011100011010101011001110001101010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425871; }

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

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

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

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

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

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

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

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