#3D4373

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

Shades of Port Gore #3D4373

Tints of Port Gore #3D4373

Color information

#3D4373 (or 0x3D4373) is unknown color: approx Port Gore. HEX triplet: 3D, 43 and 73. RGB value is (61,67,115). Sum of RGB (Red+Green+Blue) = 61+67+115=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D4373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4373 is #C2BC8C. Grayscale: #464646. Windows color (decimal): -12762253 or 7553853. OLE color: 7553853.

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

Color convert

RGB6167115-
CMYK0.470.4200.55
HSL233.33º30.68%34.51%-
HSV(B)233.33º46.96%45.1%-
XYZ7.036.2417.05-
YUV70.68153.01121.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.10%
GREEN value IS 67 (26.56% from 255) = 27.57%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=25.10%
G=27.57%
B=47.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61671150.470.4200.55233.3330.6834.51
Hex3D43732F2A037e91f23
Octal7510316357520673513743
Binary1111011000011111001110111110101001101111110100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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