Html Css Color HEX #2A5087 St Tropaz

📋 copy color: '#2A5087'

red 42 ◦ green 80 ◦ blue 135

#2A5087
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of St Tropaz #2A5087

Tints of St Tropaz #2A5087

RGB

 RED value IS 42 (16.8% from 255) = 16.34%

 GREEN value IS 80 (31.64% from 255) = 31.13%

 BLUE value IS 135 (53.13% from 255) = 52.53%

R = 16.34%
G = 31.13%
B = 52.53%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2A5087 (or 0x2A5087) is known color: St Tropaz. HEX triplet: 2A, 50 and 87. RGB value is (42,80,135). Sum of RGB (Red+Green+Blue) = 42+80+135=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A5087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5087 is #D5AF78. Grayscale: #4A4A4A. Windows color (decimal): -14004089 or 8867882. OLE color: 8867882.

HSL color Cylindrical-coordinate representation of color #2A5087: hue angle of 215.48º 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 #2A5087 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 42 80 135 -
CMYK 0.69 0.41 0 0.47
HSL 215.48º 0.53% 0.35% -
HSV(B) 215.48º 0.69% 0.53% -
XYZ 8.2 7.98 24.03 -
YUV 74.91 161.91 104.53 -
System Red Green Blue C M Y K H S L
Decimal 42 80 135 0.69 0.41 0 0.47 215.48 0.53 0.35
Hex 2A 50 87 45 29 0 2F D7 35 23
Octal 52 120 207 105 51 0 57 327 65 43
Binary 101010 1010000 10000111 1000101 101001 0 101111 11010111 110101 100011

Color Harmonies of #2A5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5087

Black with #2A5087

Text Example


Text Example

White with #2A5087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A5087;
 }
 .AnyTagClassName
 {
   color: #2A5087;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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