#3C527A

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

Shades of Chambray #3C527A

Tints of Chambray #3C527A

Color information

#3C527A (or 0x3C527A) is unknown color: approx Chambray. HEX triplet: 3C, 52 and 7A. RGB value is (60,82,122). Sum of RGB (Red+Green+Blue) = 60+82+122=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C527A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C527A is #C3AD85. Grayscale: #4F4F4F. Windows color (decimal): -12823942 or 8016444. OLE color: 8016444.

HSL color Cylindrical-coordinate representation of color #3C527A: hue angle of 218.71º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C527A is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6082122-
CMYK0.510.3300.52
HSL218.71º34.07%35.69%-
HSV(B)218.71º50.82%47.84%-
XYZ8.398.419.59-
YUV79.98151.71113.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.73%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 122 (48.05% from 255) = 46.21%
R=22.73%
G=31.06%
B=46.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60821220.510.3300.52218.7134.0735.69
Hex3C527A3321034db2224
Octal7412217263410643334244
Binary11110010100101111010110011100001011010011011011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,82,122); }

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

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

 a { background-color: rgb(60,82,122); }

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

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

 span { border-color: rgb(60,82,122); }

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