#3A5278

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

Shades of St Tropaz #3A5278

Tints of St Tropaz #3A5278

Color information

#3A5278 (or 0x3A5278) is unknown color: approx St Tropaz. HEX triplet: 3A, 52 and 78. RGB value is (58,82,120). Sum of RGB (Red+Green+Blue) = 58+82+120=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A5278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5278 is #C5AD87. Grayscale: #4E4E4E. Windows color (decimal): -12955016 or 7885370. OLE color: 7885370.

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

Color convert

RGB5882120-
CMYK0.520.3200.53
HSL216.77º34.83%34.9%-
HSV(B)216.77º51.67%47.06%-
XYZ8.158.2918.94-
YUV79.16151.05112.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.31%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=22.31%
G=31.54%
B=46.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58821200.520.3200.53216.7734.8334.9
Hex3A52783420035d92323
Octal7212217064400653314343
Binary11101010100101111000110100100000011010111011001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,82,120); }

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

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

 a { background-color: rgb(58,82,120); }

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

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

 span { border-color: rgb(58,82,120); }

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