#425872

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

Shades of Chambray #425872

Tints of Chambray #425872

Color information

#425872 (or 0x425872) is unknown color: approx Chambray. HEX triplet: 42, 58 and 72. RGB value is (66,88,114). Sum of RGB (Red+Green+Blue) = 66+88+114=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #425872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425872 is #BDA78D. Grayscale: #545454. Windows color (decimal): -12429198 or 7493698. OLE color: 7493698.

HSL color Cylindrical-coordinate representation of color #425872: hue angle of 212.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425872 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6688114-
CMYK0.420.2300.55
HSL212.5º26.67%35.29%-
HSV(B)212.5º42.11%44.71%-
XYZ8.779.3517.26-
YUV84.39144.71114.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=24.63%
G=32.84%
B=42.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66881140.420.2300.55212.526.6735.29
Hex4258722A17037d41b23
Octal10213016252270673243343
Binary1000010101100011100101010101011101101111101010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425872; }

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

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

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

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

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

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

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

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