#3A567B

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

Shades of St Tropaz #3A567B

Tints of St Tropaz #3A567B

Color information

#3A567B (or 0x3A567B) is unknown color: approx St Tropaz. HEX triplet: 3A, 56 and 7B. RGB value is (58,86,123). Sum of RGB (Red+Green+Blue) = 58+86+123=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A567B is #C5A984. Grayscale: #515151. Windows color (decimal): -12953989 or 8083002. OLE color: 8083002.

HSL color Cylindrical-coordinate representation of color #3A567B: hue angle of 214.15º 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 #3A567B is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5886123-
CMYK0.530.3000.52
HSL214.15º35.91%35.49%-
HSV(B)214.15º52.85%48.24%-
XYZ8.658.9920.02-
YUV81.85151.22110.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.72%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=21.72%
G=32.21%
B=46.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58861230.530.3000.52214.1535.9135.49
Hex3A567B351E034d62423
Octal7212617365360643264443
Binary1110101010110111101111010111110011010011010110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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