#415877

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

Shades of Chambray #415877

Tints of Chambray #415877

Color information

#415877 (or 0x415877) is unknown color: approx Chambray. HEX triplet: 41, 58 and 77. RGB value is (65,88,119). Sum of RGB (Red+Green+Blue) = 65+88+119=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #415877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415877 is #BEA788. Grayscale: #545454. Windows color (decimal): -12494729 or 7821377. OLE color: 7821377.

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

Color convert

RGB6588119-
CMYK0.450.2600.53
HSL214.44º29.35%36.08%-
HSV(B)214.44º45.38%46.67%-
XYZ99.4418.8-
YUV84.66147.38113.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.90%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 119 (46.88% from 255) = 43.75%
R=23.90%
G=32.35%
B=43.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65881190.450.2600.53214.4429.3536.08
Hex4158772D1A035d61d24
Octal10113016755320653263544
Binary1000001101100011101111011011101001101011101011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415877; }

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

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

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

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

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

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

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

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