#425E86

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

Shades of Chambray #425E86

Tints of Chambray #425E86

Color information

#425E86 (or 0x425E86) is unknown color: approx Chambray. HEX triplet: 42, 5E and 86. RGB value is (66,94,134). Sum of RGB (Red+Green+Blue) = 66+94+134=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 134 - color contains mainly: blue. Hex color #425E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425E86 is #BDA179. Grayscale: #595959. Windows color (decimal): -12427642 or 8805954. OLE color: 8805954.

HSL color Cylindrical-coordinate representation of color #425E86: hue angle of 215.29º 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 #425E86 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6694134-
CMYK0.510.3000.47
HSL215.29º34%39.22%-
HSV(B)215.29º50.75%52.55%-
XYZ10.5510.8824.1-
YUV90.19152.72110.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 134 (52.73% from 255) = 45.58%
R=22.45%
G=31.97%
B=45.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66941340.510.3000.47215.293439.22
Hex425E86331E02Fd72227
Octal10213620663360573274247
Binary100001010111101000011011001111110010111111010111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425E86; }

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

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

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

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

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

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

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

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