#415980

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

Shades of Chambray #415980

Tints of Chambray #415980

Color information

#415980 (or 0x415980) is unknown color: approx Chambray. HEX triplet: 41, 59 and 80. RGB value is (65,89,128). Sum of RGB (Red+Green+Blue) = 65+89+128=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #415980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415980 is #BEA67F. Grayscale: #565656. Windows color (decimal): -12494464 or 8411457. OLE color: 8411457.

HSL color Cylindrical-coordinate representation of color #415980: hue angle of 217.14º 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 #415980 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6589128-
CMYK0.490.3000.50
HSL217.14º32.64%37.84%-
HSV(B)217.14º49.22%50.2%-
XYZ9.659.8321.81-
YUV86.27151.55112.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 128 (50.39% from 255) = 45.39%
R=23.05%
G=31.56%
B=45.39%

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
Decimal65891280.490.3000.50217.1432.6437.84
Hex415980311E032d92126
Octal10113120061360623314146
Binary100000110110011000000011000111110011001011011001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415980; }

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

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

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

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

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

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

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

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