#3b456e

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

Shades of Port Gore #3B456E

Tints of Port Gore #3B456E

Color information

#3B456E (or 0x3B456E) is unknown color: approx Port Gore. HEX triplet: 3B, 45 and 6E. RGB value is (59,69,110). Sum of RGB (Red+Green+Blue) = 59+69+110=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 110 - color contains mainly: blue. Hex color #3B456E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B456E is #C4BA91. Grayscale: #464646. Windows color (decimal): -12892818 or 7226683. OLE color: 7226683.

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

Color convert

RGB5969110-
CMYK0.460.3700.57
HSL228.24º30.18%33.14%-
HSV(B)228.24º46.36%43.14%-
XYZ6.756.3115.61-
YUV70.68150.19119.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.79%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 110 (43.36% from 255) = 46.22%
R=24.79%
G=28.99%
B=46.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59691100.460.3700.57228.2430.1833.14
Hex3B456E2E25039e41e21
Octal7310515656450713443641
Binary1110111000101110111010111010010101110011110010011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b456e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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