#3B4475

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

Shades of Port Gore #3B4475

Tints of Port Gore #3B4475

Color information

#3B4475 (or 0x3B4475) is unknown color: approx Port Gore. HEX triplet: 3B, 44 and 75. RGB value is (59,68,117). Sum of RGB (Red+Green+Blue) = 59+68+117=244 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.18% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B4475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4475 is #C4BB8A. Grayscale: #464646. Windows color (decimal): -12893067 or 7685179. OLE color: 7685179.

HSL color Cylindrical-coordinate representation of color #3B4475: hue angle of 230.69º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B4475 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5968117-
CMYK0.500.4200.54
HSL230.69º32.95%34.51%-
HSV(B)230.69º49.57%45.88%-
XYZ7.086.3517.68-
YUV70.9154.02119.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.18%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=24.18%
G=27.87%
B=47.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59681170.500.4200.54230.6932.9534.51
Hex3B4475322A036e72123
Octal7310416562520663474143
Binary11101110001001110101110010101010011011011100111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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