#323E76

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

Shades of Resolution Blue #323E76

Tints of Resolution Blue #323E76

Color information

#323E76 (or 0x323E76) is unknown color: approx Resolution Blue. HEX triplet: 32, 3E and 76. RGB value is (50,62,118). Sum of RGB (Red+Green+Blue) = 50+62+118=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #323E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E76 is #CDC189. Grayscale: #404040. Windows color (decimal): -13484426 or 7749170. OLE color: 7749170.

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

Color convert

RGB5062118-
CMYK0.580.4700.54
HSL229.41º40.48%32.94%-
HSV(B)229.41º57.63%46.27%-
XYZ6.315.4317.86-
YUV64.8158.02117.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 62 (24.61% from 255) = 26.96%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=21.74%
G=26.96%
B=51.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50621180.580.4700.54229.4140.4832.94
Hex323E763A2F036e52821
Octal627616672570663455041
Binary1100101111101110110111010101111011011011100101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323E76; }

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

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

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

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

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

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

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

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