#3D4771

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

Shades of Port Gore #3D4771

Tints of Port Gore #3D4771

Color information

#3D4771 (or 0x3D4771) is unknown color: approx Port Gore. HEX triplet: 3D, 47 and 71. RGB value is (61,71,113). Sum of RGB (Red+Green+Blue) = 61+71+113=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #3D4771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4771 is #C2B88E. Grayscale: #484848. Windows color (decimal): -12761231 or 7423805. OLE color: 7423805.

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

Color convert

RGB6171113-
CMYK0.460.3700.56
HSL228.46º29.89%34.12%-
HSV(B)228.46º46.02%44.31%-
XYZ7.166.6916.54-
YUV72.8150.69119.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.90%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=24.90%
G=28.98%
B=46.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61711130.460.3700.56228.4629.8934.12
Hex3D47712E25038e41e22
Octal7510716156450703443642
Binary1111011000111111000110111010010101110001110010011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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