#3B466A

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

Shades of Port Gore #3B466A

Tints of Port Gore #3B466A

Color information

#3B466A (or 0x3B466A) is unknown color: approx Port Gore. HEX triplet: 3B, 46 and 6A. RGB value is (59,70,106). Sum of RGB (Red+Green+Blue) = 59+70+106=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #3B466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B466A is #C4B995. Grayscale: #464646. Windows color (decimal): -12892566 or 6964795. OLE color: 6964795.

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

Color convert

RGB5970106-
CMYK0.440.3400.58
HSL225.96º28.48%32.35%-
HSV(B)225.96º44.34%41.57%-
XYZ6.66.3514.51-
YUV70.82147.86119.57-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.11%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 106 (41.80% from 255) = 45.11%
R=25.11%
G=29.79%
B=45.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal59701060.440.3400.58225.9628.4832.35
Hex3B466A2C2203Ae21c20
Octal7310615254420723423440
Binary1110111000110110101010110010001001110101110001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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