#3C5376

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

Shades of Chambray #3C5376

Tints of Chambray #3C5376

Color information

#3C5376 (or 0x3C5376) is unknown color: approx Chambray. HEX triplet: 3C, 53 and 76. RGB value is (60,83,118). Sum of RGB (Red+Green+Blue) = 60+83+118=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C5376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5376 is #C3AC89. Grayscale: #4F4F4F. Windows color (decimal): -12823690 or 7754556. OLE color: 7754556.

HSL color Cylindrical-coordinate representation of color #3C5376: hue angle of 216.21º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C5376 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6083118-
CMYK0.490.3000.54
HSL216.21º32.58%34.9%-
HSV(B)216.21º49.15%46.27%-
XYZ8.238.4618.34-
YUV80.11149.38113.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.99%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 118 (46.48% from 255) = 45.21%
R=22.99%
G=31.80%
B=45.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60831180.490.3000.54216.2132.5834.9
Hex3C5376311E036d82123
Octal7412316661360663304143
Binary1111001010011111011011000111110011011011011000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,83,118); }

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

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

 a { background-color: rgb(60,83,118); }

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

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

 span { border-color: rgb(60,83,118); }

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