#41537C

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

Shades of Chambray #41537C

Tints of Chambray #41537C

Color information

#41537C (or 0x41537C) is unknown color: approx Chambray. HEX triplet: 41, 53 and 7C. RGB value is (65,83,124). Sum of RGB (Red+Green+Blue) = 65+83+124=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #41537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41537C is #BEAC83. Grayscale: #525252. Windows color (decimal): -12496004 or 8147777. OLE color: 8147777.

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

Color convert

RGB6583124-
CMYK0.480.3300.51
HSL221.69º31.22%37.06%-
HSV(B)221.69º47.58%48.63%-
XYZ8.918.7720.29-
YUV82.29151.54115.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.90%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 124 (48.83% from 255) = 45.59%
R=23.90%
G=30.51%
B=45.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal65831240.480.3300.51221.6931.2237.06
Hex41537C3021033de1f25
Octal10112317460410633363745
Binary10000011010011111110011000010000101100111101111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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