#3A496F

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

Shades of Port Gore #3A496F

Tints of Port Gore #3A496F

Color information

#3A496F (or 0x3A496F) is unknown color: approx Port Gore. HEX triplet: 3A, 49 and 6F. RGB value is (58,73,111). Sum of RGB (Red+Green+Blue) = 58+73+111=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A496F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A496F is #C5B690. Grayscale: #484848. Windows color (decimal): -12957329 or 7293242. OLE color: 7293242.

HSL color Cylindrical-coordinate representation of color #3A496F: hue angle of 223.02º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A496F is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5873111-
CMYK0.480.3400.56
HSL223.02º31.36%33.14%-
HSV(B)223.02º47.75%43.53%-
XYZ76.8115.99-
YUV72.85149.53117.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.97%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 111 (43.75% from 255) = 45.87%
R=23.97%
G=30.17%
B=45.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58731110.480.3400.56223.0231.3633.14
Hex3A496F3022038df1f21
Octal7211115760420703373741
Binary1110101001001110111111000010001001110001101111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,73,111); }

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

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

 a { background-color: rgb(58,73,111); }

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

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

 span { border-color: rgb(58,73,111); }

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