#323E7C

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

Shades of Resolution Blue #323E7C

Tints of Resolution Blue #323E7C

Color information

#323E7C (or 0x323E7C) is unknown color: approx Resolution Blue. HEX triplet: 32, 3E and 7C. RGB value is (50,62,124). Sum of RGB (Red+Green+Blue) = 50+62+124=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #323E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E7C is #CDC183. Grayscale: #414141. Windows color (decimal): -13484420 or 8142386. OLE color: 8142386.

HSL color Cylindrical-coordinate representation of color #323E7C: hue angle of 230.27º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #323E7C is Cyan = 0.60, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5062124-
CMYK0.600.500.51
HSL230.27º42.53%34.12%-
HSV(B)230.27º59.68%48.63%-
XYZ6.685.5819.79-
YUV65.48161.02116.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 62 (24.61% from 255) = 26.27%
BLUE value IS 124 (48.83% from 255) = 52.54%
R=21.19%
G=26.27%
B=52.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50621240.600.500.51230.2742.5334.12
Hex323E7C3C32033e62b22
Octal627617474620633465342
Binary1100101111101111100111100110010011001111100110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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