#2C3976

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

Shades of Resolution Blue #2C3976

Tints of Resolution Blue #2C3976

Color information

#2C3976 (or 0x2C3976) is unknown color: approx Resolution Blue. HEX triplet: 2C, 39 and 76. RGB value is (44,57,118). Sum of RGB (Red+Green+Blue) = 44+57+118=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C3976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3976 is #D3C689. Grayscale: #3B3B3B. Windows color (decimal): -13878922 or 7747884. OLE color: 7747884.

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

Color convert

RGB4457118-
CMYK0.630.5200.54
HSL229.46º45.68%31.76%-
HSV(B)229.46º62.71%46.27%-
XYZ5.774.7717.76-
YUV60.07160.69116.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.09%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 118 (46.48% from 255) = 53.88%
R=20.09%
G=26.03%
B=53.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal44571180.630.5200.54229.4645.6831.76
Hex2C39763F34036e52e20
Octal547116677640663455640
Binary1011001110011110110111111110100011011011100101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,57,118); }

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

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

 a { background-color: rgb(44,57,118); }

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

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

 span { border-color: rgb(44,57,118); }

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