#2A3576

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

Shades of Resolution Blue #2A3576

Tints of Resolution Blue #2A3576

Color information

#2A3576 (or 0x2A3576) is unknown color: approx Resolution Blue. HEX triplet: 2A, 35 and 76. RGB value is (42,53,118). Sum of RGB (Red+Green+Blue) = 42+53+118=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #2A3576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3576 is #D5CA89. Grayscale: #383838. Windows color (decimal): -14011018 or 7746858. OLE color: 7746858.

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

Color convert

RGB4253118-
CMYK0.640.5500.54
HSL231.32º47.5%31.37%-
HSV(B)231.32º64.41%46.27%-
XYZ5.54.3517.69-
YUV57.12162.36117.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.72%
GREEN value IS 53 (21.09% from 255) = 24.88%
BLUE value IS 118 (46.48% from 255) = 55.40%
R=19.72%
G=24.88%
B=55.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42531180.640.5500.54231.3247.531.37
Hex2A35764037036e7301f
Octal5265166100670663476037
Binary1010101101011110110100000011011101101101110011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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