#3B446D

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

Shades of Port Gore #3B446D

Tints of Port Gore #3B446D

Color information

#3B446D (or 0x3B446D) is unknown color: approx Port Gore. HEX triplet: 3B, 44 and 6D. RGB value is (59,68,109). Sum of RGB (Red+Green+Blue) = 59+68+109=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B446D is #C4BB92. Grayscale: #454545. Windows color (decimal): -12893075 or 7160891. OLE color: 7160891.

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

Color convert

RGB5968109-
CMYK0.460.3800.57
HSL229.2º29.76%32.94%-
HSV(B)229.2º45.87%42.75%-
XYZ6.636.1715.31-
YUV69.98150.02120.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 109 (42.97% from 255) = 46.19%
R=25%
G=28.81%
B=46.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal59681090.460.3800.57229.229.7632.94
Hex3B446D2E26039e51e21
Octal7310415556460713453641
Binary1110111000100110110110111010011001110011110010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,68,109); }

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

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

 a { background-color: rgb(59,68,109); }

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

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

 span { border-color: rgb(59,68,109); }

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