#415A80

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

Shades of Chambray #415A80

Tints of Chambray #415A80

Color information

#415A80 (or 0x415A80) is unknown color: approx Chambray. HEX triplet: 41, 5A and 80. RGB value is (65,90,128). Sum of RGB (Red+Green+Blue) = 65+90+128=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #415A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415A80 is #BEA57F. Grayscale: #565656. Windows color (decimal): -12494208 or 8411713. OLE color: 8411713.

HSL color Cylindrical-coordinate representation of color #415A80: hue angle of 216.19º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #415A80 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6590128-
CMYK0.490.3000.50
HSL216.19º32.64%37.84%-
HSV(B)216.19º49.22%50.2%-
XYZ9.739.9921.84-
YUV86.86151.22112.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.97%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 128 (50.39% from 255) = 45.23%
R=22.97%
G=31.80%
B=45.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65901280.490.3000.50216.1932.6437.84
Hex415A80311E032d82126
Octal10113220061360623304146
Binary100000110110101000000011000111110011001011011000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,90,128); }

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

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

 a { background-color: rgb(65,90,128); }

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

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

 span { border-color: rgb(65,90,128); }

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