#3A486C

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

Shades of Port Gore #3A486C

Tints of Port Gore #3A486C

Color information

#3A486C (or 0x3A486C) is unknown color: approx Port Gore. HEX triplet: 3A, 48 and 6C. RGB value is (58,72,108). Sum of RGB (Red+Green+Blue) = 58+72+108=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A486C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A486C is #C5B793. Grayscale: #474747. Windows color (decimal): -12957588 or 7096378. OLE color: 7096378.

HSL color Cylindrical-coordinate representation of color #3A486C: hue angle of 223.2º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A486C is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5872108-
CMYK0.460.3300.58
HSL223.2º30.12%32.55%-
HSV(B)223.2º46.3%42.35%-
XYZ6.776.6215.11-
YUV71.92148.36118.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.37%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=24.37%
G=30.25%
B=45.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58721080.460.3300.58223.230.1232.55
Hex3A486C2E2103Adf1e21
Octal7211015456410723373641
Binary1110101001000110110010111010000101110101101111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,72,108); }

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

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

 a { background-color: rgb(58,72,108); }

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

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

 span { border-color: rgb(58,72,108); }

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