#3C4371

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

Shades of Port Gore #3C4371

Tints of Port Gore #3C4371

Color information

#3C4371 (or 0x3C4371) is unknown color: approx Port Gore. HEX triplet: 3C, 43 and 71. RGB value is (60,67,113). Sum of RGB (Red+Green+Blue) = 60+67+113=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C4371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4371 is #C3BC8E. Grayscale: #454545. Windows color (decimal): -12827791 or 7422780. OLE color: 7422780.

HSL color Cylindrical-coordinate representation of color #3C4371: hue angle of 232.08º 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 #3C4371 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6067113-
CMYK0.470.4100.56
HSL232.08º30.64%33.92%-
HSV(B)232.08º46.9%44.31%-
XYZ6.856.1716.45-
YUV70.15152.18120.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25%
GREEN value IS 67 (26.56% from 255) = 27.92%
BLUE value IS 113 (44.53% from 255) = 47.08%
R=25%
G=27.92%
B=47.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60671130.470.4100.56232.0830.6433.92
Hex3C43712F29038e81f22
Octal7410316157510703503742
Binary1111001000011111000110111110100101110001110100011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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