#3B446F

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

Shades of Port Gore #3B446F

Tints of Port Gore #3B446F

Color information

#3B446F (or 0x3B446F) is unknown color: approx Port Gore. HEX triplet: 3B, 44 and 6F. RGB value is (59,68,111). Sum of RGB (Red+Green+Blue) = 59+68+111=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B446F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B446F is #C4BB90. Grayscale: #464646. Windows color (decimal): -12893073 or 7291963. OLE color: 7291963.

HSL color Cylindrical-coordinate representation of color #3B446F: hue angle of 229.62º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B446F is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5968111-
CMYK0.470.3900.56
HSL229.62º30.59%33.33%-
HSV(B)229.62º46.85%43.53%-
XYZ6.746.2115.88-
YUV70.21151.02120-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.79%
GREEN value IS 68 (26.95% from 255) = 28.57%
BLUE value IS 111 (43.75% from 255) = 46.64%
R=24.79%
G=28.57%
B=46.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59681110.470.3900.56229.6230.5933.33
Hex3B446F2F27038e61f21
Octal7310415757470703463741
Binary1110111000100110111110111110011101110001110011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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