#3C4471

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

Shades of Port Gore #3C4471

Tints of Port Gore #3C4471

Color information

#3C4471 (or 0x3C4471) is unknown color: approx Port Gore. HEX triplet: 3C, 44 and 71. RGB value is (60,68,113). Sum of RGB (Red+Green+Blue) = 60+68+113=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C4471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4471 is #C3BB8E. Grayscale: #464646. Windows color (decimal): -12827535 or 7423036. OLE color: 7423036.

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

Color convert

RGB6068113-
CMYK0.470.4000.56
HSL230.94º30.64%33.92%-
HSV(B)230.94º46.9%44.31%-
XYZ6.916.2916.47-
YUV70.74151.85120.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.90%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 113 (44.53% from 255) = 46.89%
R=24.90%
G=28.22%
B=46.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60681130.470.4000.56230.9430.6433.92
Hex3C44712F28038e71f22
Octal7410416157500703473742
Binary1111001000100111000110111110100001110001110011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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