#41587E

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

Shades of Chambray #41587E

Tints of Chambray #41587E

Color information

#41587E (or 0x41587E) is unknown color: approx Chambray. HEX triplet: 41, 58 and 7E. RGB value is (65,88,126). Sum of RGB (Red+Green+Blue) = 65+88+126=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 126 - color contains mainly: blue. Hex color #41587E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41587E is #BEA781. Grayscale: #555555. Windows color (decimal): -12494722 or 8280129. OLE color: 8280129.

HSL color Cylindrical-coordinate representation of color #41587E: hue angle of 217.38º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41587E is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6588126-
CMYK0.480.3000.51
HSL217.38º31.94%37.45%-
HSV(B)217.38º48.41%49.41%-
XYZ9.449.6121.1-
YUV85.46150.88113.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.30%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 126 (49.61% from 255) = 45.16%
R=23.30%
G=31.54%
B=45.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65881260.480.3000.51217.3831.9437.45
Hex41587E301E033d92025
Octal10113017660360633314045
Binary10000011011000111111011000011110011001111011001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41587E; }

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

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

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

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

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

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

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

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