#415B83

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

Shades of Chambray #415B83

Tints of Chambray #415B83

Color information

#415B83 (or 0x415B83) is unknown color: approx Chambray. HEX triplet: 41, 5B and 83. RGB value is (65,91,131). Sum of RGB (Red+Green+Blue) = 65+91+131=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #415B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415B83 is #BEA47C. Grayscale: #575757. Windows color (decimal): -12493949 or 8608577. OLE color: 8608577.

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

Color convert

RGB6591131-
CMYK0.500.3100.49
HSL216.36º33.67%38.43%-
HSV(B)216.36º50.38%51.37%-
XYZ10.0210.2422.92-
YUV87.79152.39111.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.65%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 131 (51.56% from 255) = 45.64%
R=22.65%
G=31.71%
B=45.64%

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
Decimal65911310.500.3100.49216.3633.6738.43
Hex415B83321F031d82226
Octal10113320362370613304246
Binary100000110110111000001111001011111011000111011000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,91,131); }

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

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

 a { background-color: rgb(65,91,131); }

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

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

 span { border-color: rgb(65,91,131); }

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