#2A4F7D

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

Shades of St Tropaz #2A4F7D

Tints of St Tropaz #2A4F7D

Color information

#2A4F7D (or 0x2A4F7D) is unknown color: approx St Tropaz. HEX triplet: 2A, 4F and 7D. RGB value is (42,79,125). Sum of RGB (Red+Green+Blue) = 42+79+125=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #2A4F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A4F7D is #D5B082. Grayscale: #484848. Windows color (decimal): -14004355 or 8212266. OLE color: 8212266.

HSL color Cylindrical-coordinate representation of color #2A4F7D: hue angle of 213.25º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A4F7D is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4279125-
CMYK0.660.3700.51
HSL213.25º49.7%32.75%-
HSV(B)213.25º66.4%49.02%-
XYZ7.457.5620.47-
YUV73.18157.24105.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.07%
GREEN value IS 79 (31.25% from 255) = 32.11%
BLUE value IS 125 (49.22% from 255) = 50.81%
R=17.07%
G=32.11%
B=50.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42791250.660.3700.51213.2549.732.75
Hex2A4F7D4225033d53221
Octal52117175102450633256241
Binary101010100111111111011000010100101011001111010101110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,79,125); }

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

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

 a { background-color: rgb(42,79,125); }

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

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

 span { border-color: rgb(42,79,125); }

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