#323E72

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

Shades of Resolution Blue #323E72

Tints of Resolution Blue #323E72

Color information

#323E72 (or 0x323E72) is unknown color: approx Resolution Blue. HEX triplet: 32, 3E and 72. RGB value is (50,62,114). Sum of RGB (Red+Green+Blue) = 50+62+114=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #323E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E72 is #CDC18D. Grayscale: #404040. Windows color (decimal): -13484430 or 7487026. OLE color: 7487026.

HSL color Cylindrical-coordinate representation of color #323E72: hue angle of 228.75º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #323E72 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5062114-
CMYK0.560.4600.55
HSL228.75º39.02%32.16%-
HSV(B)228.75º56.14%44.71%-
XYZ6.085.3416.63-
YUV64.34156.02117.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 62 (24.61% from 255) = 27.43%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=22.12%
G=27.43%
B=50.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50621140.560.4600.55228.7539.0232.16
Hex323E72382E037e52720
Octal627616270560673454740
Binary1100101111101110010111000101110011011111100101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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