#41537A

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

Shades of Chambray #41537A

Tints of Chambray #41537A

Color information

#41537A (or 0x41537A) is unknown color: approx Chambray. HEX triplet: 41, 53 and 7A. RGB value is (65,83,122). Sum of RGB (Red+Green+Blue) = 65+83+122=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #41537A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41537A is #BEAC85. Grayscale: #515151. Windows color (decimal): -12496006 or 8016705. OLE color: 8016705.

HSL color Cylindrical-coordinate representation of color #41537A: hue angle of 221.05º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #41537A is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6583122-
CMYK0.470.3200.52
HSL221.05º30.48%36.67%-
HSV(B)221.05º46.72%47.84%-
XYZ8.798.7219.63-
YUV82.06150.54115.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.07%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=24.07%
G=30.74%
B=45.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65831220.470.3200.52221.0530.4836.67
Hex41537A2F20034dd1e25
Octal10112317257400643353645
Binary10000011010011111101010111110000001101001101110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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