#3A4670

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

Shades of Port Gore #3A4670

Tints of Port Gore #3A4670

Color information

#3A4670 (or 0x3A4670) is unknown color: approx Port Gore. HEX triplet: 3A, 46 and 70. RGB value is (58,70,112). Sum of RGB (Red+Green+Blue) = 58+70+112=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A4670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4670 is #C5B98F. Grayscale: #474747. Windows color (decimal): -12958096 or 7358010. OLE color: 7358010.

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

Color convert

RGB5870112-
CMYK0.480.3800.56
HSL226.67º31.76%33.33%-
HSV(B)226.67º48.21%43.92%-
XYZ6.866.4516.21-
YUV71.2151.02118.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.17%
GREEN value IS 70 (27.73% from 255) = 29.17%
BLUE value IS 112 (44.14% from 255) = 46.67%
R=24.17%
G=29.17%
B=46.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58701120.480.3800.56226.6731.7633.33
Hex3A46703026038e32021
Octal7210616060460703434041
Binary11101010001101110000110000100110011100011100011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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