#323F85

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

Shades of Resolution Blue #323F85

Tints of Resolution Blue #323F85

Color information

#323F85 (or 0x323F85) is unknown color: approx Resolution Blue. HEX triplet: 32, 3F and 85. RGB value is (50,63,133). Sum of RGB (Red+Green+Blue) = 50+63+133=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #323F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F85 is #CDC07A. Grayscale: #424242. Windows color (decimal): -13484155 or 8732466. OLE color: 8732466.

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

Color convert

RGB5063133-
CMYK0.620.5300.48
HSL230.6º45.36%35.88%-
HSV(B)230.6º62.41%52.16%-
XYZ7.335.9322.95-
YUV67.09165.19115.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.33%
GREEN value IS 63 (25% from 255) = 25.61%
BLUE value IS 133 (52.34% from 255) = 54.07%
R=20.33%
G=25.61%
B=54.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50631330.620.5300.48230.645.3635.88
Hex323F853E35030e72d24
Octal627720576650603475544
Binary11001011111110000101111110110101011000011100111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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