#425D86

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

Shades of Chambray #425D86

Tints of Chambray #425D86

Color information

#425D86 (or 0x425D86) is unknown color: approx Chambray. HEX triplet: 42, 5D and 86. RGB value is (66,93,134). Sum of RGB (Red+Green+Blue) = 66+93+134=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #425D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425D86 is #BDA279. Grayscale: #595959. Windows color (decimal): -12427898 or 8805698. OLE color: 8805698.

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

Color convert

RGB6693134-
CMYK0.510.3100.47
HSL216.18º34%39.22%-
HSV(B)216.18º50.75%52.55%-
XYZ10.4610.7124.07-
YUV89.6153.05111.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 93 (36.72% from 255) = 31.74%
BLUE value IS 134 (52.73% from 255) = 45.73%
R=22.53%
G=31.74%
B=45.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66931340.510.3100.47216.183439.22
Hex425D86331F02Fd82227
Octal10213520663370573304247
Binary100001010111011000011011001111111010111111011000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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