#3D4965

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

Shades of Port Gore #3D4965

Tints of Port Gore #3D4965

Color information

#3D4965 (or 0x3D4965) is unknown color: approx Port Gore. HEX triplet: 3D, 49 and 65. RGB value is (61,73,101). Sum of RGB (Red+Green+Blue) = 61+73+101=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D4965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4965 is #C2B69A. Grayscale: #484848. Windows color (decimal): -12760731 or 6637885. OLE color: 6637885.

HSL color Cylindrical-coordinate representation of color #3D4965: hue angle of 222º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D4965 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6173101-
CMYK0.400.2800.60
HSL222º24.69%31.76%-
HSV(B)222º39.6%39.61%-
XYZ6.666.713.25-
YUV72.6144.02119.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.96%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 101 (39.84% from 255) = 42.98%
R=25.96%
G=31.06%
B=42.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61731010.400.2800.6022224.6931.76
Hex3D4965281C03Cde1920
Octal7511114550340743363140
Binary111101100100111001011010001110001111001101111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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