#3C5477

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

Shades of Chambray #3C5477

Tints of Chambray #3C5477

Color information

#3C5477 (or 0x3C5477) is unknown color: approx Chambray. HEX triplet: 3C, 54 and 77. RGB value is (60,84,119). Sum of RGB (Red+Green+Blue) = 60+84+119=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C5477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5477 is #C3AB88. Grayscale: #505050. Windows color (decimal): -12823433 or 7820348. OLE color: 7820348.

HSL color Cylindrical-coordinate representation of color #3C5477: hue angle of 215.59º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C5477 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6084119-
CMYK0.500.2900.53
HSL215.59º32.96%35.1%-
HSV(B)215.59º49.58%46.67%-
XYZ8.368.6318.68-
YUV80.81149.55113.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.81%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 119 (46.88% from 255) = 45.25%
R=22.81%
G=31.94%
B=45.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60841190.500.2900.53215.5932.9635.1
Hex3C5477321D035d82123
Octal7412416762350653304143
Binary1111001010100111011111001011101011010111011000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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