#324472

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

Shades of Resolution Blue #324472

Tints of Resolution Blue #324472

Color information

#324472 (or 0x324472) is unknown color: approx Resolution Blue. HEX triplet: 32, 44 and 72. RGB value is (50,68,114). Sum of RGB (Red+Green+Blue) = 50+68+114=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #324472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324472 is #CDBB8D. Grayscale: #434343. Windows color (decimal): -13482894 or 7488562. OLE color: 7488562.

HSL color Cylindrical-coordinate representation of color #324472: hue angle of 223.12º 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 #324472 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5068114-
CMYK0.560.4000.55
HSL223.12º39.02%32.16%-
HSV(B)223.12º56.14%44.71%-
XYZ6.426.0316.74-
YUV67.86154.04115.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.55%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 114 (44.92% from 255) = 49.14%
R=21.55%
G=29.31%
B=49.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50681140.560.4000.55223.1239.0232.16
Hex3244723828037df2720
Octal6210416270500673374740
Binary11001010001001110010111000101000011011111011111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324472; }

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

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

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

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

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

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

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

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