#3B598B

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

Shades of St Tropaz #3B598B

Tints of St Tropaz #3B598B

Color information

#3B598B (or 0x3B598B) is unknown color: approx St Tropaz. HEX triplet: 3B, 59 and 8B. RGB value is (59,89,139). Sum of RGB (Red+Green+Blue) = 59+89+139=287 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.56% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B598B is #C4A674. Grayscale: #555555. Windows color (decimal): -12887669 or 9132347. OLE color: 9132347.

HSL color Cylindrical-coordinate representation of color #3B598B: hue angle of 217.5º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B598B is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5989139-
CMYK0.580.3600.45
HSL217.5º40.4%38.82%-
HSV(B)217.5º57.55%54.51%-
XYZ10.049.9425.82-
YUV85.73158.06108.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.56%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 139 (54.69% from 255) = 48.43%
R=20.56%
G=31.01%
B=48.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59891390.580.3600.45217.540.438.82
Hex3B598B3A2402Dda2827
Octal7313121372440553325047
Binary111011101100110001011111010100100010110111011010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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