#2A4379

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

Shades of Resolution Blue #2A4379

Tints of Resolution Blue #2A4379

Color information

#2A4379 (or 0x2A4379) is unknown color: approx Resolution Blue. HEX triplet: 2A, 43 and 79. RGB value is (42,67,121). Sum of RGB (Red+Green+Blue) = 42+67+121=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #2A4379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4379 is #D5BC86. Grayscale: #414141. Windows color (decimal): -14007431 or 7947050. OLE color: 7947050.

HSL color Cylindrical-coordinate representation of color #2A4379: hue angle of 221.01º 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 #2A4379 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4267121-
CMYK0.650.4500.53
HSL221.01º48.47%31.96%-
HSV(B)221.01º65.29%47.45%-
XYZ6.415.8918.89-
YUV65.68159.22111.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.26%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 121 (47.66% from 255) = 52.61%
R=18.26%
G=29.13%
B=52.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42671210.650.4500.53221.0148.4731.96
Hex2A4379412D035dd3020
Octal52103171101550653356040
Binary101010100001111110011000001101101011010111011101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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