#3C4171

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

Shades of Port Gore #3C4171

Tints of Port Gore #3C4171

Color information

#3C4171 (or 0x3C4171) is unknown color: approx Port Gore. HEX triplet: 3C, 41 and 71. RGB value is (60,65,113). Sum of RGB (Red+Green+Blue) = 60+65+113=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C4171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4171 is #C3BE8E. Grayscale: #444444. Windows color (decimal): -12828303 or 7422268. OLE color: 7422268.

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

Color convert

RGB6065113-
CMYK0.470.4200.56
HSL234.34º30.64%33.92%-
HSV(B)234.34º46.9%44.31%-
XYZ6.735.9316.41-
YUV68.98152.84121.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.21%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 113 (44.53% from 255) = 47.48%
R=25.21%
G=27.31%
B=47.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60651130.470.4200.56234.3430.6433.92
Hex3C41712F2A038ea1f22
Octal7410116157520703523742
Binary1111001000001111000110111110101001110001110101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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