#3D4972

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

Shades of Port Gore #3D4972

Tints of Port Gore #3D4972

Color information

#3D4972 (or 0x3D4972) is unknown color: approx Port Gore. HEX triplet: 3D, 49 and 72. RGB value is (61,73,114). Sum of RGB (Red+Green+Blue) = 61+73+114=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D4972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4972 is #C2B68D. Grayscale: #494949. Windows color (decimal): -12760718 or 7489853. OLE color: 7489853.

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

Color convert

RGB6173114-
CMYK0.460.3600.55
HSL226.42º30.29%34.31%-
HSV(B)226.42º46.49%44.71%-
XYZ7.346.9716.88-
YUV74.09150.52118.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.60%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 114 (44.92% from 255) = 45.97%
R=24.60%
G=29.44%
B=45.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61731140.460.3600.55226.4230.2934.31
Hex3D49722E24037e21e22
Octal7511116256440673423642
Binary1111011001001111001010111010010001101111110001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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