#425873

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

Shades of Chambray #425873

Tints of Chambray #425873

Color information

#425873 (or 0x425873) is unknown color: approx Chambray. HEX triplet: 42, 58 and 73. RGB value is (66,88,115). Sum of RGB (Red+Green+Blue) = 66+88+115=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #425873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425873 is #BDA78C. Grayscale: #545454. Windows color (decimal): -12429197 or 7559234. OLE color: 7559234.

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

Color convert

RGB6688115-
CMYK0.430.2300.55
HSL213.06º27.07%35.49%-
HSV(B)213.06º42.61%45.1%-
XYZ8.839.3817.56-
YUV84.5145.21114.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 88 (34.77% from 255) = 32.71%
BLUE value IS 115 (45.31% from 255) = 42.75%
R=24.54%
G=32.71%
B=42.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66881150.430.2300.55213.0627.0735.49
Hex4258732B17037d51b23
Octal10213016353270673253343
Binary1000010101100011100111010111011101101111101010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425873; }

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

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

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

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

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

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

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

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