#2A4579

Color #2A4579 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #2A4579

Tints of Resolution Blue #2A4579

Color information

#2A4579 (or 0x2A4579) is unknown color: approx Resolution Blue. HEX triplet: 2A, 45 and 79. RGB value is (42,69,121). Sum of RGB (Red+Green+Blue) = 42+69+121=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #2A4579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4579 is #D5BA86. Grayscale: #424242. Windows color (decimal): -14006919 or 7947562. OLE color: 7947562.

HSL color Cylindrical-coordinate representation of color #2A4579: hue angle of 219.49º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A4579 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4269121-
CMYK0.650.4300.53
HSL219.49º48.47%31.96%-
HSV(B)219.49º65.29%47.45%-
XYZ6.536.1318.93-
YUV66.86158.55110.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.10%
GREEN value IS 69 (27.34% from 255) = 29.74%
BLUE value IS 121 (47.66% from 255) = 52.16%
R=18.10%
G=29.74%
B=52.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42691210.650.4300.53219.4948.4731.96
Hex2A4579412B035db3020
Octal52105171101530653336040
Binary101010100010111110011000001101011011010111011011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,69,121); }

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

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

 a { background-color: rgb(42,69,121); }

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

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

 span { border-color: rgb(42,69,121); }

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