#2A3577

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

Shades of Resolution Blue #2A3577

Tints of Resolution Blue #2A3577

Color information

#2A3577 (or 0x2A3577) is unknown color: approx Resolution Blue. HEX triplet: 2A, 35 and 77. RGB value is (42,53,119). Sum of RGB (Red+Green+Blue) = 42+53+119=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #2A3577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3577 is #D5CA88. Grayscale: #383838. Windows color (decimal): -14011017 or 7812394. OLE color: 7812394.

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

Color convert

RGB4253119-
CMYK0.650.5500.53
HSL231.43º47.83%31.57%-
HSV(B)231.43º64.71%46.67%-
XYZ5.564.3718-
YUV57.24162.86117.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.63%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 119 (46.88% from 255) = 55.61%
R=19.63%
G=24.77%
B=55.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42531190.650.5500.53231.4347.8331.57
Hex2A35774137035e73020
Octal5265167101670653476040
Binary10101011010111101111000001110111011010111100111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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