#415675

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

Shades of Chambray #415675

Tints of Chambray #415675

Color information

#415675 (or 0x415675) is unknown color: approx Chambray. HEX triplet: 41, 56 and 75. RGB value is (65,86,117). Sum of RGB (Red+Green+Blue) = 65+86+117=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #415675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415675 is #BEA98A. Grayscale: #535353. Windows color (decimal): -12495243 or 7689793. OLE color: 7689793.

HSL color Cylindrical-coordinate representation of color #415675: hue angle of 215.77º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #415675 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6586117-
CMYK0.440.2600.54
HSL215.77º28.57%35.69%-
HSV(B)215.77º44.44%45.88%-
XYZ8.729.0618.12-
YUV83.26147.04114.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.25%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=24.25%
G=32.09%
B=43.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65861170.440.2600.54215.7728.5735.69
Hex4156752C1A036d81d24
Octal10112616554320663303544
Binary1000001101011011101011011001101001101101101100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415675; }

 p { color: rgb(65,86,117); }

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

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

 a { background-color: rgb(65,86,117); }

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

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

 span { border-color: rgb(65,86,117); }

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