#323E79

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

Shades of Resolution Blue #323E79

Tints of Resolution Blue #323E79

Color information

#323E79 (or 0x323E79) is unknown color: approx Resolution Blue. HEX triplet: 32, 3E and 79. RGB value is (50,62,121). Sum of RGB (Red+Green+Blue) = 50+62+121=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #323E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E79 is #CDC186. Grayscale: #404040. Windows color (decimal): -13484423 or 7945778. OLE color: 7945778.

HSL color Cylindrical-coordinate representation of color #323E79: hue angle of 229.86º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #323E79 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5062121-
CMYK0.590.4900.53
HSL229.86º41.52%33.53%-
HSV(B)229.86º58.68%47.45%-
XYZ6.495.518.81-
YUV65.14159.52117.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 62 (24.61% from 255) = 26.61%
BLUE value IS 121 (47.66% from 255) = 51.93%
R=21.46%
G=26.61%
B=51.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50621210.590.4900.53229.8641.5233.53
Hex323E793B31035e62a22
Octal627617173610653465242
Binary1100101111101111001111011110001011010111100110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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