#3A557A

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

Shades of St Tropaz #3A557A

Tints of St Tropaz #3A557A

Color information

#3A557A (or 0x3A557A) is unknown color: approx St Tropaz. HEX triplet: 3A, 55 and 7A. RGB value is (58,85,122). Sum of RGB (Red+Green+Blue) = 58+85+122=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A557A is #C5AA85. Grayscale: #505050. Windows color (decimal): -12954246 or 8017210. OLE color: 8017210.

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

Color convert

RGB5885122-
CMYK0.520.3000.52
HSL214.69º35.56%35.29%-
HSV(B)214.69º52.46%47.84%-
XYZ8.518.819.66-
YUV81.14151.05111.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.89%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=21.89%
G=32.08%
B=46.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58851220.520.3000.52214.6935.5635.29
Hex3A557A341E034d72423
Octal7212517264360643274443
Binary1110101010101111101011010011110011010011010111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,85,122); }

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

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

 a { background-color: rgb(58,85,122); }

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

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

 span { border-color: rgb(58,85,122); }

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