#2A3579

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

Shades of Resolution Blue #2A3579

Tints of Resolution Blue #2A3579

Color information

#2A3579 (or 0x2A3579) is unknown color: approx Resolution Blue. HEX triplet: 2A, 35 and 79. RGB value is (42,53,121). Sum of RGB (Red+Green+Blue) = 42+53+121=216 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.44% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #2A3579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3579 is #D5CA86. Grayscale: #393939. Windows color (decimal): -14011015 or 7943466. OLE color: 7943466.

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

Color convert

RGB4253121-
CMYK0.650.5600.53
HSL231.65º48.47%31.96%-
HSV(B)231.65º65.29%47.45%-
XYZ5.684.4218.64-
YUV57.46163.86116.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.44%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 121 (47.66% from 255) = 56.02%
R=19.44%
G=24.54%
B=56.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42531210.650.5600.53231.6548.4731.96
Hex2A35794138035e83020
Octal5265171101700653506040
Binary10101011010111110011000001111000011010111101000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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