#3B5578

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

Shades of St Tropaz #3B5578

Tints of St Tropaz #3B5578

Color information

#3B5578 (or 0x3B5578) is unknown color: approx St Tropaz. HEX triplet: 3B, 55 and 78. RGB value is (59,85,120). Sum of RGB (Red+Green+Blue) = 59+85+120=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #3B5578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5578 is #C4AA87. Grayscale: #515151. Windows color (decimal): -12888712 or 7886139. OLE color: 7886139.

HSL color Cylindrical-coordinate representation of color #3B5578: hue angle of 214.43º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B5578 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5985120-
CMYK0.510.2900.53
HSL214.43º34.08%35.1%-
HSV(B)214.43º50.83%47.06%-
XYZ8.448.7819.02-
YUV81.22149.89112.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.35%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=22.35%
G=32.20%
B=45.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal59851200.510.2900.53214.4334.0835.1
Hex3B5578331D035d62223
Octal7312517063350653264243
Binary1110111010101111100011001111101011010111010110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,85,120); }

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

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

 a { background-color: rgb(59,85,120); }

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

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

 span { border-color: rgb(59,85,120); }

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