#415A82

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

Shades of Chambray #415A82

Tints of Chambray #415A82

Color information

#415A82 (or 0x415A82) is unknown color: approx Chambray. HEX triplet: 41, 5A and 82. RGB value is (65,90,130). Sum of RGB (Red+Green+Blue) = 65+90+130=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #415A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415A82 is #BEA57D. Grayscale: #565656. Windows color (decimal): -12494206 or 8542785. OLE color: 8542785.

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

Color convert

RGB6590130-
CMYK0.500.3100.49
HSL216.92º33.33%38.24%-
HSV(B)216.92º50%50.98%-
XYZ9.8710.0522.54-
YUV87.08152.22112.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=22.81%
G=31.58%
B=45.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65901300.500.3100.49216.9233.3338.24
Hex415A82321F031d92126
Octal10113220262370613314146
Binary100000110110101000001011001011111011000111011001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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