#3B406A

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

Shades of Port Gore #3B406A

Tints of Port Gore #3B406A

Color information

#3B406A (or 0x3B406A) is unknown color: approx Port Gore. HEX triplet: 3B, 40 and 6A. RGB value is (59,64,106). Sum of RGB (Red+Green+Blue) = 59+64+106=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 106 - color contains mainly: blue. Hex color #3B406A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B406A is #C4BF95. Grayscale: #434343. Windows color (decimal): -12894102 or 6963259. OLE color: 6963259.

HSL color Cylindrical-coordinate representation of color #3B406A: hue angle of 233.62º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B406A is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5964106-
CMYK0.440.4000.58
HSL233.62º28.48%32.35%-
HSV(B)233.62º44.34%41.57%-
XYZ6.245.6414.39-
YUV67.29149.84122.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.76%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=25.76%
G=27.95%
B=46.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59641060.440.4000.58233.6228.4832.35
Hex3B406A2C2803Aea1c20
Octal7310015254500723523440
Binary1110111000000110101010110010100001110101110101011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,64,106); }

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

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

 a { background-color: rgb(59,64,106); }

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

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

 span { border-color: rgb(59,64,106); }

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