#323D6F

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

Shades of Resolution Blue #323D6F

Tints of Resolution Blue #323D6F

Color information

#323D6F (or 0x323D6F) is unknown color: approx Resolution Blue. HEX triplet: 32, 3D and 6F. RGB value is (50,61,111). Sum of RGB (Red+Green+Blue) = 50+61+111=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #323D6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D6F is #CDC290. Grayscale: #3F3F3F. Windows color (decimal): -13484689 or 7290162. OLE color: 7290162.

HSL color Cylindrical-coordinate representation of color #323D6F: hue angle of 229.18º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #323D6F is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5061111-
CMYK0.550.4500.56
HSL229.18º37.89%31.57%-
HSV(B)229.18º54.95%43.53%-
XYZ5.855.1615.73-
YUV63.41154.86118.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 61 (24.22% from 255) = 27.48%
BLUE value IS 111 (43.75% from 255) = 50%
R=22.52%
G=27.48%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50611110.550.4500.56229.1837.8931.57
Hex323D6F372D038e52620
Octal627515767550703454640
Binary1100101111011101111110111101101011100011100101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,61,111); }

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

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

 a { background-color: rgb(50,61,111); }

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

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

 span { border-color: rgb(50,61,111); }

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