#3B5884

Color #3B5884 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #3B5884

Tints of St Tropaz #3B5884

Color information

#3B5884 (or 0x3B5884) is unknown color: approx St Tropaz. HEX triplet: 3B, 58 and 84. RGB value is (59,88,132). Sum of RGB (Red+Green+Blue) = 59+88+132=279 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.15% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B5884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5884 is #C4A77B. Grayscale: #545454. Windows color (decimal): -12887932 or 8673339. OLE color: 8673339.

HSL color Cylindrical-coordinate representation of color #3B5884: hue angle of 216.16º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B5884 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5988132-
CMYK0.550.3300.48
HSL216.16º38.22%37.45%-
HSV(B)216.16º55.3%51.76%-
XYZ9.469.5823.18-
YUV84.34154.89109.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.15%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 132 (51.95% from 255) = 47.31%
R=21.15%
G=31.54%
B=47.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59881320.550.3300.48216.1638.2237.45
Hex3B58843721030d82625
Octal7313020467410603304645
Binary111011101100010000100110111100001011000011011000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,88,132); }

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

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

 a { background-color: rgb(59,88,132); }

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

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

 span { border-color: rgb(59,88,132); }

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