#425B87

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

Shades of Chambray #425B87

Tints of Chambray #425B87

Color information

#425B87 (or 0x425B87) is unknown color: approx Chambray. HEX triplet: 42, 5B and 87. RGB value is (66,91,135). Sum of RGB (Red+Green+Blue) = 66+91+135=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #425B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425B87 is #BDA478. Grayscale: #585858. Windows color (decimal): -12428409 or 8870722. OLE color: 8870722.

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

Color convert

RGB6691135-
CMYK0.510.3300.47
HSL218.26º34.33%39.41%-
HSV(B)218.26º51.11%52.94%-
XYZ10.3610.3924.38-
YUV88.54154.22111.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 135 (53.12% from 255) = 46.23%
R=22.60%
G=31.16%
B=46.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66911350.510.3300.47218.2634.3339.41
Hex425B87332102Fda2227
Octal10213320763410573324247
Binary1000010101101110000111110011100001010111111011010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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