#3A547B

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

Shades of St Tropaz #3A547B

Tints of St Tropaz #3A547B

Color information

#3A547B (or 0x3A547B) is unknown color: approx St Tropaz. HEX triplet: 3A, 54 and 7B. RGB value is (58,84,123). Sum of RGB (Red+Green+Blue) = 58+84+123=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A547B is #C5AB84. Grayscale: #505050. Windows color (decimal): -12954501 or 8082490. OLE color: 8082490.

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

Color convert

RGB5884123-
CMYK0.530.3200.52
HSL216º35.91%35.49%-
HSV(B)216º52.85%48.24%-
XYZ8.498.6719.96-
YUV80.67151.89111.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.89%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 123 (48.44% from 255) = 46.42%
R=21.89%
G=31.70%
B=46.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58841230.530.3200.5221635.9135.49
Hex3A547B3520034d82423
Octal7212417365400643304443
Binary11101010101001111011110101100000011010011011000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,84,123); }

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

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

 a { background-color: rgb(58,84,123); }

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

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

 span { border-color: rgb(58,84,123); }

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