#2C4573

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

Shades of Resolution Blue #2C4573

Tints of Resolution Blue #2C4573

Color information

#2C4573 (or 0x2C4573) is unknown color: approx Resolution Blue. HEX triplet: 2C, 45 and 73. RGB value is (44,69,115). Sum of RGB (Red+Green+Blue) = 44+69+115=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #2C4573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4573 is #D3BA8C. Grayscale: #424242. Windows color (decimal): -13875853 or 7554348. OLE color: 7554348.

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

Color convert

RGB4469115-
CMYK0.620.400.55
HSL218.87º44.65%31.18%-
HSV(B)218.87º61.74%45.1%-
XYZ6.266.0317.05-
YUV66.77155.22111.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.30%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=19.30%
G=30.26%
B=50.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44691150.620.400.55218.8744.6531.18
Hex2C45733E28037db2d1f
Octal5410516376500673335537
Binary1011001000101111001111111010100001101111101101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,69,115); }

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

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

 a { background-color: rgb(44,69,115); }

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

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

 span { border-color: rgb(44,69,115); }

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