#415982

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

Shades of Chambray #415982

Tints of Chambray #415982

Color information

#415982 (or 0x415982) is unknown color: approx Chambray. HEX triplet: 41, 59 and 82. RGB value is (65,89,130). Sum of RGB (Red+Green+Blue) = 65+89+130=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #415982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415982 is #BEA67D. Grayscale: #565656. Windows color (decimal): -12494462 or 8542529. OLE color: 8542529.

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

Color convert

RGB6589130-
CMYK0.500.3200.49
HSL217.85º33.33%38.24%-
HSV(B)217.85º50%50.98%-
XYZ9.789.8822.51-
YUV86.5152.55112.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=22.89%
G=31.34%
B=45.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65891300.500.3200.49217.8533.3338.24
Hex4159823220031da2126
Octal10113120262400613324146
Binary1000001101100110000010110010100000011000111011010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415982; }

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

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

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

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

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

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

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

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