#3D496D

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

Shades of Port Gore #3D496D

Tints of Port Gore #3D496D

Color information

#3D496D (or 0x3D496D) is unknown color: approx Port Gore. HEX triplet: 3D, 49 and 6D. RGB value is (61,73,109). Sum of RGB (Red+Green+Blue) = 61+73+109=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D496D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D496D is #C2B692. Grayscale: #494949. Windows color (decimal): -12760723 or 7162173. OLE color: 7162173.

HSL color Cylindrical-coordinate representation of color #3D496D: hue angle of 225º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D496D is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6173109-
CMYK0.440.3300.57
HSL225º28.24%33.33%-
HSV(B)225º44.04%42.75%-
XYZ7.076.8615.42-
YUV73.52148.02119.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.10%
GREEN value IS 73 (28.91% from 255) = 30.04%
BLUE value IS 109 (42.97% from 255) = 44.86%
R=25.10%
G=30.04%
B=44.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61731090.440.3300.5722528.2433.33
Hex3D496D2C21039e11c21
Octal7511115554410713413441
Binary1111011001001110110110110010000101110011110000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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