#2F4579

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

Shades of Resolution Blue #2F4579

Tints of Resolution Blue #2F4579

Color information

#2F4579 (or 0x2F4579) is unknown color: approx Resolution Blue. HEX triplet: 2F, 45 and 79. RGB value is (47,69,121). Sum of RGB (Red+Green+Blue) = 47+69+121=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #2F4579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4579 is #D0BA86. Grayscale: #444444. Windows color (decimal): -13679239 or 7947567. OLE color: 7947567.

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

Color convert

RGB4769121-
CMYK0.610.4300.53
HSL222.16º44.05%32.94%-
HSV(B)222.16º61.16%47.45%-
XYZ6.756.2418.94-
YUV68.35157.71112.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.83%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 121 (47.66% from 255) = 51.05%
R=19.83%
G=29.11%
B=51.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47691210.610.4300.53222.1644.0532.94
Hex2F45793D2B035de2c21
Octal5710517175530653365441
Binary10111110001011111001111101101011011010111011110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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