#3A466F

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

Shades of Port Gore #3A466F

Tints of Port Gore #3A466F

Color information

#3A466F (or 0x3A466F) is unknown color: approx Port Gore. HEX triplet: 3A, 46 and 6F. RGB value is (58,70,111). Sum of RGB (Red+Green+Blue) = 58+70+111=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A466F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A466F is #C5B990. Grayscale: #464646. Windows color (decimal): -12958097 or 7292474. OLE color: 7292474.

HSL color Cylindrical-coordinate representation of color #3A466F: hue angle of 226.42º 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 #3A466F is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5870111-
CMYK0.480.3700.56
HSL226.42º31.36%33.14%-
HSV(B)226.42º47.75%43.53%-
XYZ6.86.4315.92-
YUV71.09150.52118.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.27%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 111 (43.75% from 255) = 46.44%
R=24.27%
G=29.29%
B=46.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58701110.480.3700.56226.4231.3633.14
Hex3A466F3025038e21f21
Octal7210615760450703423741
Binary1110101000110110111111000010010101110001110001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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