#3D4565

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

Shades of Port Gore #3D4565

Tints of Port Gore #3D4565

Color information

#3D4565 (or 0x3D4565) is unknown color: approx Port Gore. HEX triplet: 3D, 45 and 65. RGB value is (61,69,101). Sum of RGB (Red+Green+Blue) = 61+69+101=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D4565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4565 is #C2BA9A. Grayscale: #464646. Windows color (decimal): -12761755 or 6636861. OLE color: 6636861.

HSL color Cylindrical-coordinate representation of color #3D4565: hue angle of 228º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D4565 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6169101-
CMYK0.400.3200.60
HSL228º24.69%31.76%-
HSV(B)228º39.6%39.61%-
XYZ6.46.1913.17-
YUV70.26145.35121.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.41%
GREEN value IS 69 (27.34% from 255) = 29.87%
BLUE value IS 101 (39.84% from 255) = 43.72%
R=26.41%
G=29.87%
B=43.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61691010.400.3200.6022824.6931.76
Hex3D4565282003Ce41920
Octal7510514550400743443140
Binary1111011000101110010110100010000001111001110010011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,69,101); }

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

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

 a { background-color: rgb(61,69,101); }

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

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

 span { border-color: rgb(61,69,101); }

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