#2C397D

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

Shades of Resolution Blue #2C397D

Tints of Resolution Blue #2C397D

Color information

#2C397D (or 0x2C397D) is unknown color: approx Resolution Blue. HEX triplet: 2C, 39 and 7D. RGB value is (44,57,125). Sum of RGB (Red+Green+Blue) = 44+57+125=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C397D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C397D is #D3C682. Grayscale: #3C3C3C. Windows color (decimal): -13878915 or 8206636. OLE color: 8206636.

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

Color convert

RGB4457125-
CMYK0.650.5400.51
HSL230.37º47.93%33.14%-
HSV(B)230.37º64.8%49.02%-
XYZ6.24.9420.03-
YUV60.86164.19115.97-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.47%
GREEN value IS 57 (22.66% from 255) = 25.22%
BLUE value IS 125 (49.22% from 255) = 55.31%
R=19.47%
G=25.22%
B=55.31%

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
Decimal44571250.650.5400.51230.3747.9333.14
Hex2C397D4136033e63021
Octal5471175101660633466041
Binary10110011100111111011000001110110011001111100110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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