#3D4471

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

Shades of Port Gore #3D4471

Tints of Port Gore #3D4471

Color information

#3D4471 (or 0x3D4471) is unknown color: approx Port Gore. HEX triplet: 3D, 44 and 71. RGB value is (61,68,113). Sum of RGB (Red+Green+Blue) = 61+68+113=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D4471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4471 is #C2BB8E. Grayscale: #464646. Windows color (decimal): -12761999 or 7423037. OLE color: 7423037.

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

Color convert

RGB6168113-
CMYK0.460.4000.56
HSL231.92º29.89%34.12%-
HSV(B)231.92º46.02%44.31%-
XYZ6.976.3216.47-
YUV71.04151.68120.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.21%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 113 (44.53% from 255) = 46.69%
R=25.21%
G=28.10%
B=46.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61681130.460.4000.56231.9229.8934.12
Hex3D44712E28038e81e22
Octal7510416156500703503642
Binary1111011000100111000110111010100001110001110100011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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