#41537D

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

Shades of Chambray #41537D

Tints of Chambray #41537D

Color information

#41537D (or 0x41537D) is unknown color: approx Chambray. HEX triplet: 41, 53 and 7D. RGB value is (65,83,125). Sum of RGB (Red+Green+Blue) = 65+83+125=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #41537D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41537D is #BEAC82. Grayscale: #525252. Windows color (decimal): -12496003 or 8213313. OLE color: 8213313.

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

Color convert

RGB6583125-
CMYK0.480.3400.51
HSL222º31.58%37.25%-
HSV(B)222º48%49.02%-
XYZ8.978.7920.63-
YUV82.41152.04115.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 125 (49.22% from 255) = 45.79%
R=23.81%
G=30.40%
B=45.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65831250.480.3400.5122231.5837.25
Hex41537D3022033de2025
Octal10112317560420633364045
Binary100000110100111111101110000100010011001111011110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41537D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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