#3D4572

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

Shades of Port Gore #3D4572

Tints of Port Gore #3D4572

Color information

#3D4572 (or 0x3D4572) is unknown color: approx Port Gore. HEX triplet: 3D, 45 and 72. RGB value is (61,69,114). Sum of RGB (Red+Green+Blue) = 61+69+114=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 114 (44.92% from 255 or 46.72% from 244); Max value from RGB is 114 - color contains mainly: blue. Hex color #3D4572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4572 is #C2BA8D. Grayscale: #474747. Windows color (decimal): -12761742 or 7488829. OLE color: 7488829.

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

Color convert

RGB6169114-
CMYK0.460.3900.55
HSL230.94º30.29%34.31%-
HSV(B)230.94º46.49%44.71%-
XYZ7.096.4616.79-
YUV71.74151.85120.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25%
GREEN value IS 69 (27.34% from 255) = 28.28%
BLUE value IS 114 (44.92% from 255) = 46.72%
R=25%
G=28.28%
B=46.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61691140.460.3900.55230.9430.2934.31
Hex3D45722E27037e71e22
Octal7510516256470673473642
Binary1111011000101111001010111010011101101111110011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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