#3A466A

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

Shades of Port Gore #3A466A

Tints of Port Gore #3A466A

Color information

#3A466A (or 0x3A466A) is unknown color: approx Port Gore. HEX triplet: 3A, 46 and 6A. RGB value is (58,70,106). Sum of RGB (Red+Green+Blue) = 58+70+106=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 106 - color contains mainly: blue. Hex color #3A466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A466A is #C5B995. Grayscale: #464646. Windows color (decimal): -12958102 or 6964794. OLE color: 6964794.

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

Color convert

RGB5870106-
CMYK0.450.3400.58
HSL225º29.27%32.16%-
HSV(B)225º45.28%41.57%-
XYZ6.546.3214.51-
YUV70.52148.02119.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.79%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 106 (41.80% from 255) = 45.30%
R=24.79%
G=29.91%
B=45.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58701060.450.3400.5822529.2732.16
Hex3A466A2D2203Ae11d20
Octal7210615255420723413540
Binary1110101000110110101010110110001001110101110000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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