#3A5B8C

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

Shades of St Tropaz #3A5B8C

Tints of St Tropaz #3A5B8C

Color information

#3A5B8C (or 0x3A5B8C) is unknown color: approx St Tropaz. HEX triplet: 3A, 5B and 8C. RGB value is (58,91,140). Sum of RGB (Red+Green+Blue) = 58+91+140=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #3A5B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5B8C is #C5A473. Grayscale: #565656. Windows color (decimal): -12952692 or 9198394. OLE color: 9198394.

HSL color Cylindrical-coordinate representation of color #3A5B8C: hue angle of 215.85º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A5B8C is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5891140-
CMYK0.590.3500.45
HSL215.85º41.41%38.82%-
HSV(B)215.85º58.57%54.9%-
XYZ10.2210.2826.26-
YUV86.72158.07107.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.07%
GREEN value IS 91 (35.94% from 255) = 31.49%
BLUE value IS 140 (55.08% from 255) = 48.44%
R=20.07%
G=31.49%
B=48.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58911400.590.3500.45215.8541.4138.82
Hex3A5B8C3B2302Dd82927
Octal7213321473430553305147
Binary111010101101110001100111011100011010110111011000101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,91,140); }

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

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

 a { background-color: rgb(58,91,140); }

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

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

 span { border-color: rgb(58,91,140); }

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