#3B456F

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

Shades of Port Gore #3B456F

Tints of Port Gore #3B456F

Color information

#3B456F (or 0x3B456F) is unknown color: approx Port Gore. HEX triplet: 3B, 45 and 6F. RGB value is (59,69,111). Sum of RGB (Red+Green+Blue) = 59+69+111=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B456F is #C4BA90. Grayscale: #464646. Windows color (decimal): -12892817 or 7292219. OLE color: 7292219.

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

Color convert

RGB5969111-
CMYK0.470.3800.56
HSL228.46º30.59%33.33%-
HSV(B)228.46º46.85%43.53%-
XYZ6.86.3315.9-
YUV70.8150.69119.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.69%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 111 (43.75% from 255) = 46.44%
R=24.69%
G=28.87%
B=46.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal59691110.470.3800.56228.4630.5933.33
Hex3B456F2F26038e41f21
Octal7310515757460703443741
Binary1110111000101110111110111110011001110001110010011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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