#324872

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

Shades of Resolution Blue #324872

Tints of Resolution Blue #324872

Color information

#324872 (or 0x324872) is unknown color: approx Resolution Blue. HEX triplet: 32, 48 and 72. RGB value is (50,72,114). Sum of RGB (Red+Green+Blue) = 50+72+114=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #324872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324872 is #CDB78D. Grayscale: #464646. Windows color (decimal): -13481870 or 7489586. OLE color: 7489586.

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

Color convert

RGB5072114-
CMYK0.560.3700.55
HSL219.38º39.02%32.16%-
HSV(B)219.38º56.14%44.71%-
XYZ6.676.5316.83-
YUV70.21152.71113.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 114 (44.92% from 255) = 48.31%
R=21.19%
G=30.51%
B=48.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50721140.560.3700.55219.3839.0232.16
Hex3248723825037db2720
Octal6211016270450673334740
Binary11001010010001110010111000100101011011111011011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324872; }

 p { color: rgb(50,72,114); }

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

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

 a { background-color: rgb(50,72,114); }

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

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

 span { border-color: rgb(50,72,114); }

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