#2C4275

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

Shades of Resolution Blue #2C4275

Tints of Resolution Blue #2C4275

Color information

#2C4275 (or 0x2C4275) is unknown color: approx Resolution Blue. HEX triplet: 2C, 42 and 75. RGB value is (44,66,117). Sum of RGB (Red+Green+Blue) = 44+66+117=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #2C4275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4275 is #D3BD8A. Grayscale: #414141. Windows color (decimal): -13876619 or 7684652. OLE color: 7684652.

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

Color convert

RGB4466117-
CMYK0.620.4400.54
HSL221.92º45.34%31.57%-
HSV(B)221.92º62.39%45.88%-
XYZ6.25.7217.61-
YUV65.24157.21112.85-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.38%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 117 (46.09% from 255) = 51.54%
R=19.38%
G=29.07%
B=51.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal44661170.620.4400.54221.9245.3431.57
Hex2C42753E2C036de2d20
Octal5410216576540663365540
Binary10110010000101110101111110101100011011011011110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,66,117); }

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

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

 a { background-color: rgb(44,66,117); }

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

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

 span { border-color: rgb(44,66,117); }

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