#3B5984

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

Shades of St Tropaz #3B5984

Tints of St Tropaz #3B5984

Color information

#3B5984 (or 0x3B5984) is unknown color: approx St Tropaz. HEX triplet: 3B, 59 and 84. RGB value is (59,89,132). Sum of RGB (Red+Green+Blue) = 59+89+132=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B5984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5984 is #C4A67B. Grayscale: #545454. Windows color (decimal): -12887676 or 8673595. OLE color: 8673595.

HSL color Cylindrical-coordinate representation of color #3B5984: hue angle of 215.34º 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 #3B5984 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5989132-
CMYK0.550.3300.48
HSL215.34º38.22%37.45%-
HSV(B)215.34º55.3%51.76%-
XYZ9.549.7423.21-
YUV84.93154.56109.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.07%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 132 (51.95% from 255) = 47.14%
R=21.07%
G=31.79%
B=47.14%

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
Decimal59891320.550.3300.48215.3438.2237.45
Hex3B59843721030d72625
Octal7313120467410603274645
Binary111011101100110000100110111100001011000011010111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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