#3C476D

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

Shades of Port Gore #3C476D

Tints of Port Gore #3C476D

Color information

#3C476D (or 0x3C476D) is unknown color: approx Port Gore. HEX triplet: 3C, 47 and 6D. RGB value is (60,71,109). Sum of RGB (Red+Green+Blue) = 60+71+109=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #3C476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C476D is #C3B892. Grayscale: #474747. Windows color (decimal): -12826771 or 7161660. OLE color: 7161660.

HSL color Cylindrical-coordinate representation of color #3C476D: hue angle of 226.53º 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 #3C476D is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6071109-
CMYK0.450.3500.57
HSL226.53º28.99%33.14%-
HSV(B)226.53º44.95%42.75%-
XYZ6.886.5715.37-
YUV72.04148.86119.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=25%
G=29.58%
B=45.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60711090.450.3500.57226.5328.9933.14
Hex3C476D2D23039e31d21
Octal7410715555430713433541
Binary1111001000111110110110110110001101110011110001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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