#2C3978

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

Shades of Resolution Blue #2C3978

Tints of Resolution Blue #2C3978

Color information

#2C3978 (or 0x2C3978) is unknown color: approx Resolution Blue. HEX triplet: 2C, 39 and 78. RGB value is (44,57,120). Sum of RGB (Red+Green+Blue) = 44+57+120=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C3978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3978 is #D3C687. Grayscale: #3C3C3C. Windows color (decimal): -13878920 or 7878956. OLE color: 7878956.

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

Color convert

RGB4457120-
CMYK0.630.5200.53
HSL229.74º46.34%32.16%-
HSV(B)229.74º63.33%47.06%-
XYZ5.894.8218.39-
YUV60.29161.69116.38-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.91%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 120 (47.27% from 255) = 54.30%
R=19.91%
G=25.79%
B=54.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44571200.630.5200.53229.7446.3432.16
Hex2C39783F34035e62e20
Octal547117077640653465640
Binary1011001110011111000111111110100011010111100110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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