#425986

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

Shades of Chambray #425986

Tints of Chambray #425986

Color information

#425986 (or 0x425986) is unknown color: approx Chambray. HEX triplet: 42, 59 and 86. RGB value is (66,89,134). Sum of RGB (Red+Green+Blue) = 66+89+134=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #425986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425986 is #BDA679. Grayscale: #575757. Windows color (decimal): -12428922 or 8804674. OLE color: 8804674.

HSL color Cylindrical-coordinate representation of color #425986: hue angle of 219.71º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #425986 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6689134-
CMYK0.510.3400.47
HSL219.71º34%39.22%-
HSV(B)219.71º50.75%52.55%-
XYZ10.1210.0223.96-
YUV87.25154.38112.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 134 (52.73% from 255) = 46.37%
R=22.84%
G=30.80%
B=46.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66891340.510.3400.47219.713439.22
Hex425986332202Fdc2227
Octal10213120663420573344247
Binary1000010101100110000110110011100010010111111011100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425986; }

 p { color: rgb(66,89,134); }

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

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

 a { background-color: rgb(66,89,134); }

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

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

 span { border-color: rgb(66,89,134); }

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