#3C5370

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

Shades of Chambray #3C5370

Tints of Chambray #3C5370

Color information

#3C5370 (or 0x3C5370) is unknown color: approx Chambray. HEX triplet: 3C, 53 and 70. RGB value is (60,83,112). Sum of RGB (Red+Green+Blue) = 60+83+112=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C5370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5370 is #C3AC8F. Grayscale: #4F4F4F. Windows color (decimal): -12823696 or 7361340. OLE color: 7361340.

HSL color Cylindrical-coordinate representation of color #3C5370: hue angle of 213.46º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C5370 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6083112-
CMYK0.460.2600.56
HSL213.46º30.23%33.73%-
HSV(B)213.46º46.43%43.92%-
XYZ7.888.3216.52-
YUV79.43146.38114.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.53%
GREEN value IS 83 (32.81% from 255) = 32.55%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=23.53%
G=32.55%
B=43.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60831120.460.2600.56213.4630.2333.73
Hex3C53702E1A038d51e22
Octal7412316056320703253642
Binary111100101001111100001011101101001110001101010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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