#425878

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

Shades of Chambray #425878

Tints of Chambray #425878

Color information

#425878 (or 0x425878) is unknown color: approx Chambray. HEX triplet: 42, 58 and 78. RGB value is (66,88,120). Sum of RGB (Red+Green+Blue) = 66+88+120=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #425878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425878 is #BDA787. Grayscale: #545454. Windows color (decimal): -12429192 or 7886914. OLE color: 7886914.

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

Color convert

RGB6688120-
CMYK0.450.2700.53
HSL215.56º29.03%36.47%-
HSV(B)215.56º45%47.06%-
XYZ9.139.4919.12-
YUV85.07147.71114.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=24.09%
G=32.12%
B=43.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66881200.450.2700.53215.5629.0336.47
Hex4258782D1B035d81d24
Octal10213017055330653303544
Binary1000010101100011110001011011101101101011101100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425878; }

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

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

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

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

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

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

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

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