#3D446D

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

Shades of Port Gore #3D446D

Tints of Port Gore #3D446D

Color information

#3D446D (or 0x3D446D) is unknown color: approx Port Gore. HEX triplet: 3D, 44 and 6D. RGB value is (61,68,109). Sum of RGB (Red+Green+Blue) = 61+68+109=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D446D is #C2BB92. Grayscale: #464646. Windows color (decimal): -12762003 or 7160893. OLE color: 7160893.

HSL color Cylindrical-coordinate representation of color #3D446D: hue angle of 231.25º 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 #3D446D is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6168109-
CMYK0.440.3800.57
HSL231.25º28.24%33.33%-
HSV(B)231.25º44.04%42.75%-
XYZ6.756.2315.31-
YUV70.58149.68121.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.63%
GREEN value IS 68 (26.95% from 255) = 28.57%
BLUE value IS 109 (42.97% from 255) = 45.80%
R=25.63%
G=28.57%
B=45.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal61681090.440.3800.57231.2528.2433.33
Hex3D446D2C26039e71c21
Octal7510415554460713473441
Binary1111011000100110110110110010011001110011110011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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