#323F75

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

Shades of Resolution Blue #323F75

Tints of Resolution Blue #323F75

Color information

#323F75 (or 0x323F75) is unknown color: approx Resolution Blue. HEX triplet: 32, 3F and 75. RGB value is (50,63,117). Sum of RGB (Red+Green+Blue) = 50+63+117=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #323F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F75 is #CDC08A. Grayscale: #414141. Windows color (decimal): -13484171 or 7683890. OLE color: 7683890.

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

Color convert

RGB5063117-
CMYK0.570.4600.54
HSL228.36º40.12%32.75%-
HSV(B)228.36º57.26%45.88%-
XYZ6.35.5217.56-
YUV65.27157.19117.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 63 (25% from 255) = 27.39%
BLUE value IS 117 (46.09% from 255) = 50.87%
R=21.74%
G=27.39%
B=50.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50631170.570.4600.54228.3640.1232.75
Hex323F75392E036e42821
Octal627716571560663445041
Binary1100101111111110101111001101110011011011100100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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