#415882

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

Shades of Chambray #415882

Tints of Chambray #415882

Color information

#415882 (or 0x415882) is unknown color: approx Chambray. HEX triplet: 41, 58 and 82. RGB value is (65,88,130). Sum of RGB (Red+Green+Blue) = 65+88+130=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #415882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415882 is #BEA77D. Grayscale: #555555. Windows color (decimal): -12494718 or 8542273. OLE color: 8542273.

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

Color convert

RGB6588130-
CMYK0.500.3200.49
HSL218.77º33.33%38.24%-
HSV(B)218.77º50%50.98%-
XYZ9.79.7122.48-
YUV85.91152.88113.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.97%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 130 (51.17% from 255) = 45.94%
R=22.97%
G=31.10%
B=45.94%

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
Decimal65881300.500.3200.49218.7733.3338.24
Hex4158823220031db2126
Octal10113020262400613334146
Binary1000001101100010000010110010100000011000111011011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415882; }

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

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

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

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

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

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

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

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