#2A4A76

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

Shades of St Tropaz #2A4A76

Tints of St Tropaz #2A4A76

Color information

#2A4A76 (or 0x2A4A76) is unknown color: approx St Tropaz. HEX triplet: 2A, 4A and 76. RGB value is (42,74,118). Sum of RGB (Red+Green+Blue) = 42+74+118=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #2A4A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4A76 is #D5B589. Grayscale: #454545. Windows color (decimal): -14005642 or 7752234. OLE color: 7752234.

HSL color Cylindrical-coordinate representation of color #2A4A76: hue angle of 214.74º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A4A76 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4274118-
CMYK0.640.3700.54
HSL214.74º47.5%31.37%-
HSV(B)214.74º64.41%46.27%-
XYZ6.676.718.08-
YUV69.45155.4108.42-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 74 (29.30% from 255) = 31.62%
BLUE value IS 118 (46.48% from 255) = 50.43%
R=17.95%
G=31.62%
B=50.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42741180.640.3700.54214.7447.531.37
Hex2A4A764025036d7301f
Octal52112166100450663276037
Binary10101010010101110110100000010010101101101101011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,74,118); }

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

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

 a { background-color: rgb(42,74,118); }

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

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

 span { border-color: rgb(42,74,118); }

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