#415C87

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

Shades of Chambray #415C87

Tints of Chambray #415C87

Color information

#415C87 (or 0x415C87) is unknown color: approx Chambray. HEX triplet: 41, 5C and 87. RGB value is (65,92,135). Sum of RGB (Red+Green+Blue) = 65+92+135=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 92 (36.33% from 255 or 31.51% 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 #415C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415C87 is #BEA378. Grayscale: #585858. Windows color (decimal): -12493689 or 8870977. OLE color: 8870977.

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

Color convert

RGB6592135-
CMYK0.520.3200.47
HSL216.86º35%39.22%-
HSV(B)216.86º51.85%52.94%-
XYZ10.3810.5324.41-
YUV88.83154.05111-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.26%
GREEN value IS 92 (36.33% from 255) = 31.51%
BLUE value IS 135 (53.12% from 255) = 46.23%
R=22.26%
G=31.51%
B=46.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65921350.520.3200.47216.863539.22
Hex415C87342002Fd92327
Octal10113420764400573314347
Binary1000001101110010000111110100100000010111111011001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415C87; }

 p { color: rgb(65,92,135); }

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

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

 a { background-color: rgb(65,92,135); }

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

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

 span { border-color: rgb(65,92,135); }

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