#2C3877

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

Shades of Resolution Blue #2C3877

Tints of Resolution Blue #2C3877

Color information

#2C3877 (or 0x2C3877) is unknown color: approx Resolution Blue. HEX triplet: 2C, 38 and 77. RGB value is (44,56,119). Sum of RGB (Red+Green+Blue) = 44+56+119=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #2C3877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3877 is #D3C788. Grayscale: #3B3B3B. Windows color (decimal): -13879177 or 7813164. OLE color: 7813164.

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

Color convert

RGB4456119-
CMYK0.630.5300.53
HSL230.4º46.01%31.96%-
HSV(B)230.4º63.03%46.67%-
XYZ5.784.718.05-
YUV59.59161.52116.88-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.09%
GREEN value IS 56 (22.27% from 255) = 25.57%
BLUE value IS 119 (46.88% from 255) = 54.34%
R=20.09%
G=25.57%
B=54.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44561190.630.5300.53230.446.0131.96
Hex2C38773F35035e62e20
Octal547016777650653465640
Binary1011001110001110111111111110101011010111100110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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