#3D4273

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

Shades of Port Gore #3D4273

Tints of Port Gore #3D4273

Color information

#3D4273 (or 0x3D4273) is unknown color: approx Port Gore. HEX triplet: 3D, 42 and 73. RGB value is (61,66,115). Sum of RGB (Red+Green+Blue) = 61+66+115=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D4273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4273 is #C2BD8C. Grayscale: #454545. Windows color (decimal): -12762509 or 7553597. OLE color: 7553597.

HSL color Cylindrical-coordinate representation of color #3D4273: hue angle of 234.44º 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 #3D4273 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6166115-
CMYK0.470.4300.55
HSL234.44º30.68%34.51%-
HSV(B)234.44º46.96%45.1%-
XYZ6.976.1317.03-
YUV70.09153.34121.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.21%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=25.21%
G=27.27%
B=47.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61661150.470.4300.55234.4430.6834.51
Hex3D42732F2B037ea1f23
Octal7510216357530673523743
Binary1111011000010111001110111110101101101111110101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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