#2C4677

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

Shades of Resolution Blue #2C4677

Tints of Resolution Blue #2C4677

Color information

#2C4677 (or 0x2C4677) is unknown color: approx Resolution Blue. HEX triplet: 2C, 46 and 77. RGB value is (44,70,119). Sum of RGB (Red+Green+Blue) = 44+70+119=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #2C4677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4677 is #D3B988. Grayscale: #434343. Windows color (decimal): -13875593 or 7816748. OLE color: 7816748.

HSL color Cylindrical-coordinate representation of color #2C4677: hue angle of 219.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C4677 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4470119-
CMYK0.630.4100.53
HSL219.2º46.01%31.96%-
HSV(B)219.2º63.03%46.67%-
XYZ6.566.2518.31-
YUV67.81156.89111.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.88%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 119 (46.88% from 255) = 51.07%
R=18.88%
G=30.04%
B=51.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44701190.630.4100.53219.246.0131.96
Hex2C46773F29035db2e20
Octal5410616777510653335640
Binary10110010001101110111111111101001011010111011011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,70,119); }

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

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

 a { background-color: rgb(44,70,119); }

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

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

 span { border-color: rgb(44,70,119); }

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