#2A3979

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

Shades of Resolution Blue #2A3979

Tints of Resolution Blue #2A3979

Color information

#2A3979 (or 0x2A3979) is unknown color: approx Resolution Blue. HEX triplet: 2A, 39 and 79. RGB value is (42,57,121). Sum of RGB (Red+Green+Blue) = 42+57+121=220 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.09% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #2A3979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3979 is #D5C686. Grayscale: #3B3B3B. Windows color (decimal): -14009991 or 7944490. OLE color: 7944490.

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

Color convert

RGB4257121-
CMYK0.650.5300.53
HSL228.61º48.47%31.96%-
HSV(B)228.61º65.29%47.45%-
XYZ5.874.818.71-
YUV59.81162.53115.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.09%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 121 (47.66% from 255) = 55%
R=19.09%
G=25.91%
B=55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42571210.650.5300.53228.6148.4731.96
Hex2A39794135035e53020
Octal5271171101650653456040
Binary10101011100111110011000001110101011010111100101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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