#3E5B84

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

Shades of St Tropaz #3E5B84

Tints of St Tropaz #3E5B84

Color information

#3E5B84 (or 0x3E5B84) is unknown color: approx St Tropaz. HEX triplet: 3E, 5B and 84. RGB value is (62,91,132). Sum of RGB (Red+Green+Blue) = 62+91+132=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #3E5B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E5B84 is #C1A47B. Grayscale: #565656. Windows color (decimal): -12690556 or 8674110. OLE color: 8674110.

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

Color convert

RGB6291132-
CMYK0.530.3100.48
HSL215.14º36.08%38.04%-
HSV(B)215.14º53.03%51.76%-
XYZ9.8910.1723.27-
YUV87153.39110.17-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.75%
GREEN value IS 91 (35.94% from 255) = 31.93%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=21.75%
G=31.93%
B=46.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal62911320.530.3100.48215.1436.0838.04
Hex3E5B84351F030d72426
Octal7613320465370603274446
Binary11111010110111000010011010111111011000011010111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,91,132); }

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

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

 a { background-color: rgb(62,91,132); }

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

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

 span { border-color: rgb(62,91,132); }

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