#3C4573

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

Shades of Port Gore #3C4573

Tints of Port Gore #3C4573

Color information

#3C4573 (or 0x3C4573) is unknown color: approx Port Gore. HEX triplet: 3C, 45 and 73. RGB value is (60,69,115). Sum of RGB (Red+Green+Blue) = 60+69+115=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C4573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4573 is #C3BA8C. Grayscale: #474747. Windows color (decimal): -12827277 or 7554364. OLE color: 7554364.

HSL color Cylindrical-coordinate representation of color #3C4573: hue angle of 230.18º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C4573 is Cyan = 0.48, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6069115-
CMYK0.480.400.55
HSL230.18º31.43%34.31%-
HSV(B)230.18º47.83%45.1%-
XYZ7.096.4517.09-
YUV71.55152.52119.76-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.59%
GREEN value IS 69 (27.34% from 255) = 28.28%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=24.59%
G=28.28%
B=47.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60691150.480.400.55230.1831.4334.31
Hex3C45733028037e61f22
Octal7410516360500673463742
Binary1111001000101111001111000010100001101111110011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,69,115); }

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

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

 a { background-color: rgb(60,69,115); }

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

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

 span { border-color: rgb(60,69,115); }

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