#425D87

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

Shades of Chambray #425D87

Tints of Chambray #425D87

Color information

#425D87 (or 0x425D87) is unknown color: approx Chambray. HEX triplet: 42, 5D and 87. RGB value is (66,93,135). Sum of RGB (Red+Green+Blue) = 66+93+135=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #425D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425D87 is #BDA278. Grayscale: #595959. Windows color (decimal): -12427897 or 8871234. OLE color: 8871234.

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

Color convert

RGB6693135-
CMYK0.510.3100.47
HSL216.52º34.33%39.41%-
HSV(B)216.52º51.11%52.94%-
XYZ10.5310.7424.44-
YUV89.71153.55111.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 93 (36.72% from 255) = 31.63%
BLUE value IS 135 (53.12% from 255) = 45.92%
R=22.45%
G=31.63%
B=45.92%

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
Decimal66931350.510.3100.47216.5234.3339.41
Hex425D87331F02Fd92227
Octal10213520763370573314247
Binary100001010111011000011111001111111010111111011001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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