#3B486E

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

Shades of Port Gore #3B486E

Tints of Port Gore #3B486E

Color information

#3B486E (or 0x3B486E) is unknown color: approx Port Gore. HEX triplet: 3B, 48 and 6E. RGB value is (59,72,110). Sum of RGB (Red+Green+Blue) = 59+72+110=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B486E is #C4B791. Grayscale: #484848. Windows color (decimal): -12892050 or 7227451. OLE color: 7227451.

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

Color convert

RGB5972110-
CMYK0.460.3500.57
HSL224.71º30.18%33.14%-
HSV(B)224.71º46.36%43.14%-
XYZ6.946.6915.68-
YUV72.44149.19118.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.48%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 110 (43.36% from 255) = 45.64%
R=24.48%
G=29.88%
B=45.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59721100.460.3500.57224.7130.1833.14
Hex3B486E2E23039e11e21
Octal7311015656430713413641
Binary1110111001000110111010111010001101110011110000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,72,110); }

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

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

 a { background-color: rgb(59,72,110); }

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

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

 span { border-color: rgb(59,72,110); }

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