#324276

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

Shades of Resolution Blue #324276

Tints of Resolution Blue #324276

Color information

#324276 (or 0x324276) is unknown color: approx Resolution Blue. HEX triplet: 32, 42 and 76. RGB value is (50,66,118). Sum of RGB (Red+Green+Blue) = 50+66+118=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #324276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324276 is #CDBD89. Grayscale: #424242. Windows color (decimal): -13483402 or 7750194. OLE color: 7750194.

HSL color Cylindrical-coordinate representation of color #324276: hue angle of 225.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #324276 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5066118-
CMYK0.580.4400.54
HSL225.88º40.48%32.94%-
HSV(B)225.88º57.63%46.27%-
XYZ6.535.8817.93-
YUV67.14156.7115.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 118 (46.48% from 255) = 50.43%
R=21.37%
G=28.21%
B=50.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50661180.580.4400.54225.8840.4832.94
Hex3242763A2C036e22821
Octal6210216672540663425041
Binary11001010000101110110111010101100011011011100010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324276; }

 p { color: rgb(50,66,118); }

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

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

 a { background-color: rgb(50,66,118); }

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

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

 span { border-color: rgb(50,66,118); }

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