#3C4871

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

Shades of Port Gore #3C4871

Tints of Port Gore #3C4871

Color information

#3C4871 (or 0x3C4871) is unknown color: approx Port Gore. HEX triplet: 3C, 48 and 71. RGB value is (60,72,113). Sum of RGB (Red+Green+Blue) = 60+72+113=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C4871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4871 is #C3B78E. Grayscale: #484848. Windows color (decimal): -12826511 or 7424060. OLE color: 7424060.

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

Color convert

RGB6072113-
CMYK0.470.3600.56
HSL226.42º30.64%33.92%-
HSV(B)226.42º46.9%44.31%-
XYZ7.166.7916.56-
YUV73.09150.52118.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.49%
GREEN value IS 72 (28.52% from 255) = 29.39%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=24.49%
G=29.39%
B=46.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60721130.470.3600.56226.4230.6433.92
Hex3C48712F24038e21f22
Octal7411016157440703423742
Binary1111001001000111000110111110010001110001110001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,72,113); }

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

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

 a { background-color: rgb(60,72,113); }

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

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

 span { border-color: rgb(60,72,113); }

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