#2C3E73

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

Shades of Resolution Blue #2C3E73

Tints of Resolution Blue #2C3E73

Color information

#2C3E73 (or 0x2C3E73) is unknown color: approx Resolution Blue. HEX triplet: 2C, 3E and 73. RGB value is (44,62,115). Sum of RGB (Red+Green+Blue) = 44+62+115=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 62 (24.61% from 255 or 28.05% 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 #2C3E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3E73 is #D3C18C. Grayscale: #3E3E3E. Windows color (decimal): -13877645 or 7552556. OLE color: 7552556.

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

Color convert

RGB4462115-
CMYK0.620.4600.55
HSL224.79º44.65%31.18%-
HSV(B)224.79º61.74%45.1%-
XYZ5.865.2216.92-
YUV62.66157.54114.69-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.91%
GREEN value IS 62 (24.61% from 255) = 28.05%
BLUE value IS 115 (45.31% from 255) = 52.04%
R=19.91%
G=28.05%
B=52.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44621150.620.4600.55224.7944.6531.18
Hex2C3E733E2E037e12d1f
Octal547616376560673415537
Binary101100111110111001111111010111001101111110000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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