#2B4579

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

Shades of Resolution Blue #2B4579

Tints of Resolution Blue #2B4579

Color information

#2B4579 (or 0x2B4579) is unknown color: approx Resolution Blue. HEX triplet: 2B, 45 and 79. RGB value is (43,69,121). Sum of RGB (Red+Green+Blue) = 43+69+121=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #2B4579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4579 is #D4BA86. Grayscale: #424242. Windows color (decimal): -13941383 or 7947563. OLE color: 7947563.

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

Color convert

RGB4369121-
CMYK0.640.4300.53
HSL220º47.56%32.16%-
HSV(B)220º64.46%47.45%-
XYZ6.586.1518.93-
YUV67.15158.39110.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.45%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 121 (47.66% from 255) = 51.93%
R=18.45%
G=29.61%
B=51.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43691210.640.4300.5322047.5632.16
Hex2B4579402B035dc3020
Octal53105171100530653346040
Binary101011100010111110011000000101011011010111011100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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