#3B496A

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

Shades of Port Gore #3B496A

Tints of Port Gore #3B496A

Color information

#3B496A (or 0x3B496A) is unknown color: approx Port Gore. HEX triplet: 3B, 49 and 6A. RGB value is (59,73,106). Sum of RGB (Red+Green+Blue) = 59+73+106=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 106 - color contains mainly: blue. Hex color #3B496A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B496A is #C4B695. Grayscale: #484848. Windows color (decimal): -12891798 or 6965563. OLE color: 6965563.

HSL color Cylindrical-coordinate representation of color #3B496A: hue angle of 222.13º 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 #3B496A is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5973106-
CMYK0.440.3100.58
HSL222.13º28.48%32.35%-
HSV(B)222.13º44.34%41.57%-
XYZ6.796.7414.58-
YUV72.58146.86118.32-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.79%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 106 (41.80% from 255) = 44.54%
R=24.79%
G=30.67%
B=44.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59731060.440.3100.58222.1328.4832.35
Hex3B496A2C1F03Ade1c20
Octal7311115254370723363440
Binary111011100100111010101011001111101110101101111011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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