#2A4073

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

Shades of Resolution Blue #2A4073

Tints of Resolution Blue #2A4073

Color information

#2A4073 (or 0x2A4073) is unknown color: approx Resolution Blue. HEX triplet: 2A, 40 and 73. RGB value is (42,64,115). Sum of RGB (Red+Green+Blue) = 42+64+115=221 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.00% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A4073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4073 is #D5BF8C. Grayscale: #3F3F3F. Windows color (decimal): -14008205 or 7553066. OLE color: 7553066.

HSL color Cylindrical-coordinate representation of color #2A4073: hue angle of 221.92º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A4073 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4264115-
CMYK0.630.4400.55
HSL221.92º46.5%30.78%-
HSV(B)221.92º63.48%45.1%-
XYZ5.885.416.95-
YUV63.24157.21112.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.00%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=19.00%
G=28.96%
B=52.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42641150.630.4400.55221.9246.530.78
Hex2A40733F2C037de2e1f
Octal5210016377540673365637
Binary1010101000000111001111111110110001101111101111010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,64,115); }

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

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

 a { background-color: rgb(42,64,115); }

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

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

 span { border-color: rgb(42,64,115); }

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