#2D4579

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

Shades of Resolution Blue #2D4579

Tints of Resolution Blue #2D4579

Color information

#2D4579 (or 0x2D4579) is unknown color: approx Resolution Blue. HEX triplet: 2D, 45 and 79. RGB value is (45,69,121). Sum of RGB (Red+Green+Blue) = 45+69+121=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #2D4579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4579 is #D2BA86. Grayscale: #434343. Windows color (decimal): -13810311 or 7947565. OLE color: 7947565.

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

Color convert

RGB4569121-
CMYK0.630.4300.53
HSL221.05º45.78%32.55%-
HSV(B)221.05º62.81%47.45%-
XYZ6.666.1918.93-
YUV67.75158.05111.77-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.15%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 121 (47.66% from 255) = 51.49%
R=19.15%
G=29.36%
B=51.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45691210.630.4300.53221.0545.7832.55
Hex2D45793F2B035dd2e21
Octal5510517177530653355641
Binary10110110001011111001111111101011011010111011101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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