#323D74

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

Shades of Resolution Blue #323D74

Tints of Resolution Blue #323D74

Color information

#323D74 (or 0x323D74) is unknown color: approx Resolution Blue. HEX triplet: 32, 3D and 74. RGB value is (50,61,116). Sum of RGB (Red+Green+Blue) = 50+61+116=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #323D74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D74 is #CDC28B. Grayscale: #3F3F3F. Windows color (decimal): -13484684 or 7617842. OLE color: 7617842.

HSL color Cylindrical-coordinate representation of color #323D74: hue angle of 230º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #323D74 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5061116-
CMYK0.570.4700.55
HSL230º39.76%32.55%-
HSV(B)230º56.9%45.49%-
XYZ6.145.2817.22-
YUV63.98157.36118.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 61 (24.22% from 255) = 26.87%
BLUE value IS 116 (45.70% from 255) = 51.10%
R=22.03%
G=26.87%
B=51.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50611160.570.4700.5523039.7632.55
Hex323D74392F037e62821
Octal627516471570673465041
Binary1100101111011110100111001101111011011111100110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,61,116); }

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

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

 a { background-color: rgb(50,61,116); }

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

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

 span { border-color: rgb(50,61,116); }

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