#323F82

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

Shades of Resolution Blue #323F82

Tints of Resolution Blue #323F82

Color information

#323F82 (or 0x323F82) is unknown color: approx Resolution Blue. HEX triplet: 32, 3F and 82. RGB value is (50,63,130). Sum of RGB (Red+Green+Blue) = 50+63+130=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #323F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F82 is #CDC07D. Grayscale: #424242. Windows color (decimal): -13484158 or 8535858. OLE color: 8535858.

HSL color Cylindrical-coordinate representation of color #323F82: hue angle of 230.25º degrees, saturation: 0.44, 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 #323F82 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5063130-
CMYK0.620.5200.49
HSL230.25º44.44%35.29%-
HSV(B)230.25º61.54%50.98%-
XYZ7.125.8421.87-
YUV66.75163.69116.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 63 (25% from 255) = 25.93%
BLUE value IS 130 (51.17% from 255) = 53.50%
R=20.58%
G=25.93%
B=53.50%

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
Decimal50631300.620.5200.49230.2544.4435.29
Hex323F823E34031e62c23
Octal627720276640613465443
Binary11001011111110000010111110110100011000111100110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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