#3C496D

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

Shades of Port Gore #3C496D

Tints of Port Gore #3C496D

Color information

#3C496D (or 0x3C496D) is unknown color: approx Port Gore. HEX triplet: 3C, 49 and 6D. RGB value is (60,73,109). Sum of RGB (Red+Green+Blue) = 60+73+109=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C496D is #C3B692. Grayscale: #494949. Windows color (decimal): -12826259 or 7162172. OLE color: 7162172.

HSL color Cylindrical-coordinate representation of color #3C496D: hue angle of 224.08º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C496D is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6073109-
CMYK0.450.3300.57
HSL224.08º28.99%33.14%-
HSV(B)224.08º44.95%42.75%-
XYZ7.016.8315.42-
YUV73.22148.19118.57-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.79%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 109 (42.97% from 255) = 45.04%
R=24.79%
G=30.17%
B=45.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60731090.450.3300.57224.0828.9933.14
Hex3C496D2D21039e01d21
Octal7411115555410713403541
Binary1111001001001110110110110110000101110011110000011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,73,109); }

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

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

 a { background-color: rgb(60,73,109); }

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

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

 span { border-color: rgb(60,73,109); }

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