#2c397c

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

Shades of Resolution Blue #2C397C

Tints of Resolution Blue #2C397C

Color information

#2C397C (or 0x2C397C) is unknown color: approx Resolution Blue. HEX triplet: 2C, 39 and 7C. RGB value is (44,57,124). Sum of RGB (Red+Green+Blue) = 44+57+124=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #2C397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C397C is #D3C683. Grayscale: #3C3C3C. Windows color (decimal): -13878916 or 8141100. OLE color: 8141100.

HSL color Cylindrical-coordinate representation of color #2C397C: hue angle of 230.25º 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 #2C397C is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4457124-
CMYK0.650.5400.51
HSL230.25º47.62%32.94%-
HSV(B)230.25º64.52%48.63%-
XYZ6.144.9219.69-
YUV60.75163.69116.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.56%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 124 (48.83% from 255) = 55.11%
R=19.56%
G=25.33%
B=55.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44571240.650.5400.51230.2547.6232.94
Hex2C397C4136033e63021
Octal5471174101660633466041
Binary10110011100111111001000001110110011001111100110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c397c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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