#324672

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

Shades of Resolution Blue #324672

Tints of Resolution Blue #324672

Color information

#324672 (or 0x324672) is unknown color: approx Resolution Blue. HEX triplet: 32, 46 and 72. RGB value is (50,70,114). Sum of RGB (Red+Green+Blue) = 50+70+114=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #324672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324672 is #CDB98D. Grayscale: #444444. Windows color (decimal): -13482382 or 7489074. OLE color: 7489074.

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

Color convert

RGB5070114-
CMYK0.560.3900.55
HSL221.25º39.02%32.16%-
HSV(B)221.25º56.14%44.71%-
XYZ6.546.2716.79-
YUV69.04153.37114.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=21.37%
G=29.91%
B=48.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50701140.560.3900.55221.2539.0232.16
Hex3246723827037dd2720
Octal6210616270470673354740
Binary11001010001101110010111000100111011011111011101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324672; }

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

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

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

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

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

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

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

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