#2C3C7C

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

Shades of Resolution Blue #2C3C7C

Tints of Resolution Blue #2C3C7C

Color information

#2C3C7C (or 0x2C3C7C) is unknown color: approx Resolution Blue. HEX triplet: 2C, 3C and 7C. RGB value is (44,60,124). Sum of RGB (Red+Green+Blue) = 44+60+124=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #2C3C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3C7C is #D3C383. Grayscale: #3E3E3E. Windows color (decimal): -13878148 or 8141868. OLE color: 8141868.

HSL color Cylindrical-coordinate representation of color #2C3C7C: hue angle of 228º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C3C7C is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4460124-
CMYK0.650.5200.51
HSL228º47.62%32.94%-
HSV(B)228º64.52%48.63%-
XYZ6.295.2219.75-
YUV62.51162.7114.8-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.30%
GREEN value IS 60 (23.83% from 255) = 26.32%
BLUE value IS 124 (48.83% from 255) = 54.39%
R=19.30%
G=26.32%
B=54.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44601240.650.5200.5122847.6232.94
Hex2C3C7C4134033e43021
Octal5474174101640633446041
Binary10110011110011111001000001110100011001111100100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,60,124); }

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

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

 a { background-color: rgb(44,60,124); }

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

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

 span { border-color: rgb(44,60,124); }

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