#3D4973

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

Shades of Port Gore #3D4973

Tints of Port Gore #3D4973

Color information

#3D4973 (or 0x3D4973) is unknown color: approx Port Gore. HEX triplet: 3D, 49 and 73. RGB value is (61,73,115). Sum of RGB (Red+Green+Blue) = 61+73+115=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D4973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4973 is #C2B68C. Grayscale: #4A4A4A. Windows color (decimal): -12760717 or 7555389. OLE color: 7555389.

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

Color convert

RGB6173115-
CMYK0.470.3700.55
HSL226.67º30.68%34.51%-
HSV(B)226.67º46.96%45.1%-
XYZ7.46.9917.18-
YUV74.2151.02118.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.50%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 115 (45.31% from 255) = 46.18%
R=24.50%
G=29.32%
B=46.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61731150.470.3700.55226.6730.6834.51
Hex3D49732F25037e31f23
Octal7511116357450673433743
Binary1111011001001111001110111110010101101111110001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,73,115); }

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

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

 a { background-color: rgb(61,73,115); }

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

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

 span { border-color: rgb(61,73,115); }

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