#41587D

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

Shades of Chambray #41587D

Tints of Chambray #41587D

Color information

#41587D (or 0x41587D) is unknown color: approx Chambray. HEX triplet: 41, 58 and 7D. RGB value is (65,88,125). Sum of RGB (Red+Green+Blue) = 65+88+125=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #41587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41587D is #BEA782. Grayscale: #555555. Windows color (decimal): -12494723 or 8214593. OLE color: 8214593.

HSL color Cylindrical-coordinate representation of color #41587D: hue angle of 217º 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 #41587D is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6588125-
CMYK0.480.3000.51
HSL217º31.58%37.25%-
HSV(B)217º48%49.02%-
XYZ9.379.5820.76-
YUV85.34150.38113.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 125 (49.22% from 255) = 44.96%
R=23.38%
G=31.65%
B=44.96%

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
Decimal65881250.480.3000.5121731.5837.25
Hex41587D301E033d92025
Octal10113017560360633314045
Binary10000011011000111110111000011110011001111011001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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