#3B4777

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

Shades of Port Gore #3B4777

Tints of Port Gore #3B4777

Color information

#3B4777 (or 0x3B4777) is unknown color: approx Port Gore. HEX triplet: 3B, 47 and 77. RGB value is (59,71,119). Sum of RGB (Red+Green+Blue) = 59+71+119=249 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.69% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B4777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4777 is #C4B888. Grayscale: #484848. Windows color (decimal): -12892297 or 7817019. OLE color: 7817019.

HSL color Cylindrical-coordinate representation of color #3B4777: hue angle of 228º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B4777 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5971119-
CMYK0.500.4000.53
HSL228º33.71%34.9%-
HSV(B)228º50.42%46.67%-
XYZ7.396.7718.37-
YUV72.88154.02118.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.69%
GREEN value IS 71 (28.12% from 255) = 28.51%
BLUE value IS 119 (46.88% from 255) = 47.79%
R=23.69%
G=28.51%
B=47.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59711190.500.4000.5322833.7134.9
Hex3B47773228035e42223
Octal7310716762500653444243
Binary11101110001111110111110010101000011010111100100100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,71,119); }

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

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

 a { background-color: rgb(59,71,119); }

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

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

 span { border-color: rgb(59,71,119); }

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