#2C3872

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

Shades of Resolution Blue #2C3872

Tints of Resolution Blue #2C3872

Color information

#2C3872 (or 0x2C3872) is unknown color: approx Resolution Blue. HEX triplet: 2C, 38 and 72. RGB value is (44,56,114). Sum of RGB (Red+Green+Blue) = 44+56+114=214 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.56% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #2C3872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3872 is #D3C78D. Grayscale: #3A3A3A. Windows color (decimal): -13879182 or 7485484. OLE color: 7485484.

HSL color Cylindrical-coordinate representation of color #2C3872: hue angle of 229.71º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C3872 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4456114-
CMYK0.610.5100.55
HSL229.71º44.3%30.98%-
HSV(B)229.71º61.4%44.71%-
XYZ5.494.5816.51-
YUV59.02159.02117.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.56%
GREEN value IS 56 (22.27% from 255) = 26.17%
BLUE value IS 114 (44.92% from 255) = 53.27%
R=20.56%
G=26.17%
B=53.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44561140.610.5100.55229.7144.330.98
Hex2C38723D33037e62c1f
Octal547016275630673465437
Binary101100111000111001011110111001101101111110011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,56,114); }

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

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

 a { background-color: rgb(44,56,114); }

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

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

 span { border-color: rgb(44,56,114); }

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