#3D4473

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

Shades of Port Gore #3D4473

Tints of Port Gore #3D4473

Color information

#3D4473 (or 0x3D4473) is unknown color: approx Port Gore. HEX triplet: 3D, 44 and 73. RGB value is (61,68,115). Sum of RGB (Red+Green+Blue) = 61+68+115=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D4473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4473 is #C2BB8C. Grayscale: #474747. Windows color (decimal): -12761997 or 7554109. OLE color: 7554109.

HSL color Cylindrical-coordinate representation of color #3D4473: hue angle of 232.22º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D4473 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6168115-
CMYK0.470.4100.55
HSL232.22º30.68%34.51%-
HSV(B)232.22º46.96%45.1%-
XYZ7.096.3617.07-
YUV71.26152.68120.68-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=25%
G=27.87%
B=47.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61681150.470.4100.55232.2230.6834.51
Hex3D44732F29037e81f23
Octal7510416357510673503743
Binary1111011000100111001110111110100101101111110100011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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