#324176

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

Shades of Resolution Blue #324176

Tints of Resolution Blue #324176

Color information

#324176 (or 0x324176) is unknown color: approx Resolution Blue. HEX triplet: 32, 41 and 76. RGB value is (50,65,118). Sum of RGB (Red+Green+Blue) = 50+65+118=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #324176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324176 is #CDBE89. Grayscale: #424242. Windows color (decimal): -13483658 or 7749938. OLE color: 7749938.

HSL color Cylindrical-coordinate representation of color #324176: hue angle of 226.76º 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 #324176 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5065118-
CMYK0.580.4500.54
HSL226.76º40.48%32.94%-
HSV(B)226.76º57.63%46.27%-
XYZ6.485.7717.91-
YUV66.56157.03116.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 65 (25.78% from 255) = 27.90%
BLUE value IS 118 (46.48% from 255) = 50.64%
R=21.46%
G=27.90%
B=50.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50651180.580.4500.54226.7640.4832.94
Hex3241763A2D036e32821
Octal6210116672550663435041
Binary11001010000011110110111010101101011011011100011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324176; }

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

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

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

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

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

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

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

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