#324676

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

Shades of Resolution Blue #324676

Tints of Resolution Blue #324676

Color information

#324676 (or 0x324676) is unknown color: approx Resolution Blue. HEX triplet: 32, 46 and 76. RGB value is (50,70,118). Sum of RGB (Red+Green+Blue) = 50+70+118=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 118 (46.48% from 255 or 49.58% from 238); Max value from RGB is 118 - color contains mainly: blue. Hex color #324676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324676 is #CDB989. Grayscale: #454545. Windows color (decimal): -13482378 or 7751218. OLE color: 7751218.

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

Color convert

RGB5070118-
CMYK0.580.4100.54
HSL222.35º40.48%32.94%-
HSV(B)222.35º57.63%46.27%-
XYZ6.786.3718.01-
YUV69.49155.37114.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 70 (27.73% from 255) = 29.41%
BLUE value IS 118 (46.48% from 255) = 49.58%
R=21.01%
G=29.41%
B=49.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50701180.580.4100.54222.3540.4832.94
Hex3246763A29036de2821
Octal6210616672510663365041
Binary11001010001101110110111010101001011011011011110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324676; }

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

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

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

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

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

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

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

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