#425870

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

Shades of Chambray #425870

Tints of Chambray #425870

Color information

#425870 (or 0x425870) is unknown color: approx Chambray. HEX triplet: 42, 58 and 70. RGB value is (66,88,112). Sum of RGB (Red+Green+Blue) = 66+88+112=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #425870 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425870 is #BDA78F. Grayscale: #545454. Windows color (decimal): -12429200 or 7362626. OLE color: 7362626.

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

Color convert

RGB6688112-
CMYK0.410.2100.56
HSL211.3º25.84%34.9%-
HSV(B)211.3º41.07%43.92%-
XYZ8.669.3116.67-
YUV84.16143.71115.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 112 (44.14% from 255) = 42.11%
R=24.81%
G=33.08%
B=42.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66881120.410.2100.56211.325.8434.9
Hex4258702915038d31a23
Octal10213016051250703233243
Binary1000010101100011100001010011010101110001101001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425870; }

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

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

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

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

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

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

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

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