#323F83

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

Shades of Resolution Blue #323F83

Tints of Resolution Blue #323F83

Color information

#323F83 (or 0x323F83) is unknown color: approx Resolution Blue. HEX triplet: 32, 3F and 83. RGB value is (50,63,131). Sum of RGB (Red+Green+Blue) = 50+63+131=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 131 (51.56% from 255 or 53.69% from 244); Max value from RGB is 131 - color contains mainly: blue. Hex color #323F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F83 is #CDC07C. Grayscale: #424242. Windows color (decimal): -13484157 or 8601394. OLE color: 8601394.

HSL color Cylindrical-coordinate representation of color #323F83: hue angle of 230.37º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323F83 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5063131-
CMYK0.620.5200.49
HSL230.37º44.75%35.49%-
HSV(B)230.37º61.83%51.37%-
XYZ7.195.8722.23-
YUV66.86164.19115.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.49%
GREEN value IS 63 (25% from 255) = 25.82%
BLUE value IS 131 (51.56% from 255) = 53.69%
R=20.49%
G=25.82%
B=53.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50631310.620.5200.49230.3744.7535.49
Hex323F833E34031e62d23
Octal627720376640613465543
Binary11001011111110000011111110110100011000111100110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,63,131); }

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

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

 a { background-color: rgb(50,63,131); }

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

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

 span { border-color: rgb(50,63,131); }

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