#3C5473

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

Shades of Chambray #3C5473

Tints of Chambray #3C5473

Color information

#3C5473 (or 0x3C5473) is unknown color: approx Chambray. HEX triplet: 3C, 54 and 73. RGB value is (60,84,115). Sum of RGB (Red+Green+Blue) = 60+84+115=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C5473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5473 is #C3AB8C. Grayscale: #505050. Windows color (decimal): -12823437 or 7558204. OLE color: 7558204.

HSL color Cylindrical-coordinate representation of color #3C5473: hue angle of 213.82º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C5473 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6084115-
CMYK0.480.2700.55
HSL213.82º31.43%34.31%-
HSV(B)213.82º47.83%45.1%-
XYZ8.138.5417.44-
YUV80.36147.55113.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.17%
GREEN value IS 84 (33.20% from 255) = 32.43%
BLUE value IS 115 (45.31% from 255) = 44.40%
R=23.17%
G=32.43%
B=44.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60841150.480.2700.55213.8231.4334.31
Hex3C5473301B037d61f22
Octal7412416360330673263742
Binary111100101010011100111100001101101101111101011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C5473; }

 p { color: rgb(60,84,115); }

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

<style>
 a { background-color: #3C5473; }

 a { background-color: rgb(60,84,115); }

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

<style>
 span { border-color: #3C5473; }

 span { border-color: rgb(60,84,115); }

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