#2A5187

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

Shades of St Tropaz #2A5187

Tints of St Tropaz #2A5187

Color information

#2A5187 (or 0x2A5187) is unknown color: approx St Tropaz. HEX triplet: 2A, 51 and 87. RGB value is (42,81,135). Sum of RGB (Red+Green+Blue) = 42+81+135=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A5187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5187 is #D5AE78. Grayscale: #4B4B4B. Windows color (decimal): -14003833 or 8868138. OLE color: 8868138.

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

Color convert

RGB4281135-
CMYK0.690.4000.47
HSL214.84º52.54%34.71%-
HSV(B)214.84º68.89%52.94%-
XYZ8.278.1324.05-
YUV75.5161.58104.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.28%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 135 (53.12% from 255) = 52.33%
R=16.28%
G=31.40%
B=52.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42811350.690.4000.47214.8452.5434.71
Hex2A5187452802Fd73523
Octal52121207105500573276543
Binary1010101010001100001111000101101000010111111010111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A5187; }

 p { color: rgb(42,81,135); }

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

<style>
 a { background-color: #2A5187; }

 a { background-color: rgb(42,81,135); }

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

<style>
 span { border-color: #2A5187; }

 span { border-color: rgb(42,81,135); }

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