#2C386F

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

Shades of Resolution Blue #2C386F

Tints of Resolution Blue #2C386F

Color information

#2C386F (or 0x2C386F) is unknown color: approx Resolution Blue. HEX triplet: 2C, 38 and 6F. RGB value is (44,56,111). Sum of RGB (Red+Green+Blue) = 44+56+111=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #2C386F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C386F is #D3C790. Grayscale: #3A3A3A. Windows color (decimal): -13879185 or 7288876. OLE color: 7288876.

HSL color Cylindrical-coordinate representation of color #2C386F: hue angle of 229.25º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C386F is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4456111-
CMYK0.600.5000.56
HSL229.25º43.23%30.39%-
HSV(B)229.25º60.36%43.53%-
XYZ5.324.5115.63-
YUV58.68157.52117.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.85%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 111 (43.75% from 255) = 52.61%
R=20.85%
G=26.54%
B=52.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44561110.600.5000.56229.2543.2330.39
Hex2C386F3C32038e52b1e
Octal547015774620703455336
Binary101100111000110111111110011001001110001110010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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