#2A4577

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

Shades of Resolution Blue #2A4577

Tints of Resolution Blue #2A4577

Color information

#2A4577 (or 0x2A4577) is unknown color: approx Resolution Blue. HEX triplet: 2A, 45 and 77. RGB value is (42,69,119). Sum of RGB (Red+Green+Blue) = 42+69+119=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #2A4577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4577 is #D5BA88. Grayscale: #424242. Windows color (decimal): -14006921 or 7816490. OLE color: 7816490.

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

Color convert

RGB4269119-
CMYK0.650.4200.53
HSL218.96º47.83%31.57%-
HSV(B)218.96º64.71%46.67%-
XYZ6.416.0818.29-
YUV66.63157.55110.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.26%
GREEN value IS 69 (27.34% from 255) = 30%
BLUE value IS 119 (46.88% from 255) = 51.74%
R=18.26%
G=30%
B=51.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42691190.650.4200.53218.9647.8331.57
Hex2A4577412A035db3020
Octal52105167101520653336040
Binary101010100010111101111000001101010011010111011011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,69,119); }

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

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

 a { background-color: rgb(42,69,119); }

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

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

 span { border-color: rgb(42,69,119); }

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