#3D4466

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

Shades of Port Gore #3D4466

Tints of Port Gore #3D4466

Color information

#3D4466 (or 0x3D4466) is unknown color: approx Port Gore. HEX triplet: 3D, 44 and 66. RGB value is (61,68,102). Sum of RGB (Red+Green+Blue) = 61+68+102=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D4466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4466 is #C2BB99. Grayscale: #454545. Windows color (decimal): -12762010 or 6702141. OLE color: 6702141.

HSL color Cylindrical-coordinate representation of color #3D4466: hue angle of 229.76º 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 #3D4466 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6168102-
CMYK0.400.3300.6
HSL229.76º25.15%31.96%-
HSV(B)229.76º40.2%40%-
XYZ6.396.0913.41-
YUV69.78146.18121.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.41%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 102 (40.23% from 255) = 44.16%
R=26.41%
G=29.44%
B=44.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61681020.400.3300.6229.7625.1531.96
Hex3D4466282103Ce61920
Octal7510414650410743463140
Binary1111011000100110011010100010000101111001110011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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