#324573

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

Shades of Resolution Blue #324573

Tints of Resolution Blue #324573

Color information

#324573 (or 0x324573) is unknown color: approx Resolution Blue. HEX triplet: 32, 45 and 73. RGB value is (50,69,115). Sum of RGB (Red+Green+Blue) = 50+69+115=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #324573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324573 is #CDBA8C. Grayscale: #444444. Windows color (decimal): -13482637 or 7554354. OLE color: 7554354.

HSL color Cylindrical-coordinate representation of color #324573: hue angle of 222.46º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #324573 is Cyan = 0.57, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5069115-
CMYK0.570.400.55
HSL222.46º39.39%32.35%-
HSV(B)222.46º56.52%45.1%-
XYZ6.546.1717.07-
YUV68.56154.21114.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 115 (45.31% from 255) = 49.15%
R=21.37%
G=29.49%
B=49.15%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50691150.570.400.55222.4639.3932.35
Hex3245733928037de2720
Octal6210516371500673364740
Binary11001010001011110011111001101000011011111011110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324573; }

 p { color: rgb(50,69,115); }

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

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

 a { background-color: rgb(50,69,115); }

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

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

 span { border-color: rgb(50,69,115); }

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